Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/htnicayh/train-detect-car

About training model, validation model and testing
https://github.com/htnicayh/train-detect-car

fiftyone labelimg yolov5

Last synced: 21 days ago
JSON representation

About training model, validation model and testing

Awesome Lists containing this project

README

        

### Training Detect Car Models

- Starting train
```bash
cd yolov5
python train.py --img 416 --batch 16 --epochs 1000 \
--data ../custom/custom_dataset.yaml \
--cfg ../custom/custom_model.yaml \
--weights '' --name model --cache
```