You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ML/Pytorch/object_detection/YOLOv3/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ pip install requirements.txt
14
14
Available on Kaggle: [link](https://www.kaggle.com/dataset/1cf520aba05e023f2f80099ef497a8f3668516c39e6f673531e3e47407c46694)
15
15
16
16
### Download Pascal VOC dataset
17
-
Download the preprocessed dataset from [link](https://www.kaggle.com/aladdinpersson/pascal-voc-yolo-works-with-albumentations). Just unzip this in the main directory.
17
+
Download the preprocessed dataset from [link](https://www.kaggle.com/aladdinpersson/pascal-voc-dataset-used-in-yolov3-video). Just unzip this in the main directory.
18
18
19
19
### Download MS COCO dataset
20
20
Download the preprocessed dataset from [coming soon](). Just unzip this in the main directory.
@@ -26,7 +26,7 @@ Edit the config.py file to match the setup you want to use. Then run train.py
26
26
| Model | mAP @ 50 IoU |
27
27
| ----------------------- |:-----------------:|
28
28
| YOLOv3 (Pascal VOC) | 78.2 |
29
-
| YOLOv3 (MS-COCO) |Not done yet|
29
+
| YOLOv3 (MS-COCO) |Will probably train on this at some point|
30
30
31
31
The model was evaluated with confidence 0.2 and IOU threshold 0.45 using NMS.
32
32
@@ -54,4 +54,4 @@ We present some updates to YOLO! We made a bunch of little design changes to mak
0 commit comments