-
Notifications
You must be signed in to change notification settings - Fork 18
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
How to get the Qualitative Results. #13
Comments
|
Hi, I would like to get the information about your conda environment. From my experience, the ZSD code based on mmdet1.x is only able to get better results with older conda environments, e.g. , torch1.1+cuda9-cuda10. I have tried migrating this code to mmdet2.x or deploying mmdet1.x on newer hardwares(e.g. V100 or A100) and unfortunately they both give poor results, similar to yours. Of course, it is possible that my parameters need to be adjusted, but I didn't look into it further. At the time of my original reproduction, I was using an environment of torch 1.1.0 + cuda 10.2.0 and two RTX 2080Ti or RTX TITAN graphics cards. I would recommend you to run it with RTX2080Ti + 440.44 graphics card driver, it gets more stable and easy to configure results. |
I moved the environment to mmdetection2.x, which is probably why I couldn't reproduce it.Thank you very much for your help. |
Hi, thank you for providing the excellent repository!
After reproducing your results, I want to get the detection boxes for zero-shot detection or generalized zero-shot detection on the images.
That is how to get your Qualitative Results.
Look forward to your reply.
The text was updated successfully, but these errors were encountered: