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
If you look at the detectron2 official version, they have committed changes quite recently which have not been ported to the Win10 version by conansherry. I don't know if can update it manually but I am facing the same issue.
If you look at the detectron2 official version, they have committed changes quite recently which have not been ported to the Win10 version by conansherry. I don't know if can update it manually but I am facing the same issue.
I solved this issue by using the detectron2 official version's model_zoo library. Just copied and pasted the scripts, and it works well.
Hello!
Thanks for implementing Detectron2 for windows10.
It would be so hard for me to use Detectron2 without your contribution.
I have a few questions about your implementation.
I could see that you made some changes in the model_zoo.
For example, the below is the facebook's official init.py (detectron2/model_zoo/init.py)
You can see there is get_config_file and get_checkpoint_url function in the official implementation.
In your detectron2/model_zoo/init.py:
Could see that you modified it and made a new function ModelZooUrls
Can I ask you why you made this change?
How can I use the get_checkpoint_url and get_config_file function?
The text was updated successfully, but these errors were encountered: