Typo in training command of README
Opened this issue · 0 comments
Deleted user commented
Hello,
There is a typo in the command given to train the model. There is an 's' missing to 'weights/yolov5x.pt'.
The command should be :
python3 train.py --data data/road.yaml --cfg models/yolov5x.yaml --weights weights/yolov5x.pt --batch-size 64
Thank you for this great work !