-
Notifications
You must be signed in to change notification settings - Fork 105
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
Help me on how to use the pretrained checkpoint for detection #128
Comments
@GiovanniFyc. Thank you so much for your reply. Could you please tell me how to feed the downloaded model file to the code? And also which config file I have to pass as argument python3 torch_inf.py -r /home/anish/Downloads/dfine_m_obj365.pth -i /home/anish/Downloads/2.jpeg -d cuda |
the following arguments are required: -c/--config,you should download the yaml config,and add -c config_path |
Thank you so much @GiovanniFyc . It is working for me now |
Let's say I downloaded the D-FINE-M whose checkpoint file(37.4) how to use it for prediction of objects in an image and get the detections.
Please help on
After downloading the model, how to directly load and find the inference or prediction
The text was updated successfully, but these errors were encountered: