WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weights/yolov4-pacsp.pt

norah-art opened this issue · comments

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

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'