Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/htnicayh/train-detect-car
- Owner: htnicayh
- Created: 2022-07-14T07:41:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T18:06:36.000Z (over 2 years ago)
- Last Synced: 2023-03-10T17:42:20.735Z (almost 2 years ago)
- Topics: fiftyone, labelimg, yolov5
- Language: Python
- Homepage:
- Size: 103 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```