WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.86k stars 585 forks source link

weights/yolov4-pacsp.pt #422

Open norah-art opened 1 year ago

norah-art commented 1 year ago

Hi, what is the command to download the weights/yolov4-pacsp.pt in google colab?

norah-art commented 1 year ago

because I try to test by the command below !python test.py --img 640 --conf 0.001 --batch 8 --device 0 --data coco.yaml --cfg cfg/yolov4-pacsp.cfg --weights weights/yolov4-pacsp.pt

then I get the error FileNotFoundError: [Errno 2] No such file or directory: 'weights/yolov4-pacsp.pt'