-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Mmdetection support #173
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
Mmdetection support #173
Conversation
@hardikdava, will it work with any MMDetection object detector or just selected ones? |
It will work with all models from |
Hi @hardikdava 👋🏻! I tried to test this feature, but it failed. Could you take a look at this notebook https://colab.research.google.com/drive/1HHODtyNlhoXG3etx_fjaU4-B6FsUYHhG, and let me know if I did something incorrectly or if we don't cover that case? |
@SkalskiP can you approve my request to open the notebook? |
@hardikdava you should be able to open it now |
@SkalskiP I will finish this by the end of the day. |
@SkalskiP Apparently,
|
@SkalskiP Please test it merge it. |
Hi @hardikdava 👋🏻 thanks for creating Colab. It was super helpful. Merging. |
yeah, I like your idea about it. It is very easy to test it. I did the same for |
I think it would make sense to have a demo Google Colab as a requirement when we implement new features. It makes testing super easy. |
Description
Support for MMDetection inference result. This method also supports for mmyolo
Get more information on inference datatype from here
Type of change
Docs