pytorch-YOLOv4 icon indicating copy to clipboard operation
pytorch-YOLOv4 copied to clipboard

Inference Issue

Open KVSAkhilesh opened this issue 2 years ago • 1 comments

Hi Team, I am trying to run inference script on my own data. I have weights file which is converted to torch weights file and config file is also give, but none of the images boxes is taking into model and predicting the output. Please find below command used to run the code and output we got. please let me know if we are missing something. command: python demo.py -cfgfile "\yolov4-2class_70K_default_anchors.cfg" -weightfile "yolov4-pytorch.pth" -imgfile "image.jpeg" error

KVSAkhilesh avatar Feb 17 '23 11:02 KVSAkhilesh

I recommend you to switch to https://github.com/WongKinYiu/yolov7 because it is active or you will end up days stuck fixing things, unless you have experience

ghsanti avatar Feb 17 '23 13:02 ghsanti