mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-02-21 11:18:01 +00:00
updated yolov3 readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user