From cb19107179374b0de6e478e53393fd2adfdf4f99 Mon Sep 17 00:00:00 2001 From: Aladdin Persson Date: Fri, 26 Mar 2021 14:43:07 +0100 Subject: [PATCH] added link to ms coco yolov3 --- ML/Pytorch/object_detection/YOLOv3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ML/Pytorch/object_detection/YOLOv3/README.md b/ML/Pytorch/object_detection/YOLOv3/README.md index e38d783..5d383ce 100644 --- a/ML/Pytorch/object_detection/YOLOv3/README.md +++ b/ML/Pytorch/object_detection/YOLOv3/README.md @@ -17,7 +17,7 @@ Available on Kaggle: [link](https://www.kaggle.com/dataset/1cf520aba05e023f2f800 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. ### Download MS COCO dataset -Download the preprocessed dataset from [coming soon](). Just unzip this in the main directory. +Download the preprocessed dataset from [link](https://www.kaggle.com/dataset/79abcc2659dc745fddfba1864438afb2fac3fabaa5f37daa8a51e36466db101e). Just unzip this in the main directory. ### Training Edit the config.py file to match the setup you want to use. Then run train.py