Skip to content
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

Open
asdsahdi opened this issue Mar 22, 2024 · 4 comments
Open

test.py Runtime Error #71

asdsahdi opened this issue Mar 22, 2024 · 4 comments

Comments

@asdsahdi
Copy link

微信图片_20240322090053
微信图片_20240322090018
I got this Runtime Error

@nikitamalviya
Copy link

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

@asdsahdi
Copy link
Author

Thank you, solved the problem according to your suggestion

@asdsahdi
Copy link
Author

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 for solving the problem according to your suggestion

@asdsahdi
Copy link
Author

Thank you for solving the problem according to your suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants