-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test.py Runtime Error #71
Comments
You need to give args --pretrained_path and --cfgfile while running test.py Download the weights from the given link: https://drive.google.com/drive/folders/1RHD9PBvk-9SjbKwoi_Q1kl9-UGFo2Pth cmd:python test.py --gpu_idx 0 --pretrained_path ../checkpoints/complex_yolov4/complex_yolov4_mse_loss.pth --cfgfile ./config/cfg/complex_yolov4.cfg --show_image |
Thank you, solved the problem according to your suggestion |
Thank you for solving the problem according to your suggestion |
Thank you for solving the problem according to your suggestion |
I got this Runtime Error
The text was updated successfully, but these errors were encountered: