Skip to content

YoloV7 Install and Training model with BRA Dataset

Gabriel S. Ferrante edited this page Oct 6, 2022 · 2 revisions

Git clone the repository https://github.com/WongKinYiu/yolov7

Install within or without docker.

Training Command

python3 train.py --workers 8 --device 0 --epochs 351 --batch-size 32 --data data/BRA-Dataset.yaml --img 416 416 --cfg cfg/training/yolov7BRA-Dataset.yaml --weights 'yolov7x_training.pt' --name yolov7BRA-DatasetX --hyp data/hyp.scratch.custom.yaml