#Yolo not working
17 messages · Page 1 of 1 (latest)
First download git, then python, then anaconda
And do the following commands
.
.
.
git clone https://github.com/ultralytics/yolov5.git
Cd yolov5
.
.
.
pip install -U -r requirements.txt
.
.
.
python -m torch.distributed.launch --nproc_per_node 1 train.py --img 640 --batch-size 2 --epochs 3 --data coco128.yaml --weights yolov5s.pt --workers 4