updated yolov3 readme

This commit is contained in:
Aladdin Persson
2021-02-22 17:14:37 +01:00
parent 884fb9b569
commit 3163659de2

View File

@@ -13,12 +13,10 @@ $ pip install requirements.txt
Available on Kaggle: coming soon Available on Kaggle: coming soon
### Download Pascal-VOC dataset ### Download Pascal-VOC dataset
Download the preprocessed dataset from the following link: www.kaggle.com/aladdinpersson/pascalvoc-yolo-works-with-albumentations Download the preprocessed dataset from [this](www.kaggle.com/aladdinpersson/pascalvoc-yolo-works-with-albumentations). Just unzip this in the main directory.
Just unzip this in the main directory.
### Download MS-COCO dataset ### Download MS-COCO dataset
Download the preprocessed dataset from the following link: www.kaggle.com/aladdinpersson/mscoco-yolo-works-with-albumentations Download the preprocessed dataset from [this](www.kaggle.com/aladdinpersson/mscoco-yolo-works-with-albumentations). Just unzip this in the main directory.
Just unzip this in the main directory.
### Training ### Training
Edit the config.py file to match the setup you want to use. Then run train.py Edit the config.py file to match the setup you want to use. Then run train.py