You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: