We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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