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

Mmdetection MaskRCNN serverless support for semi-automatic annotation #5551

Closed
michael-selasi-dzamesi opened this issue Jan 5, 2023 · 5 comments

Comments

@michael-selasi-dzamesi
Copy link
Contributor

I have created a serverless support for semi-automatic annotation using Mmdetection implementation of MaskRCNN, I believe this would be helpful for anyone who would like to use any of Mmdetection's implementations in building a serveless function. Do let me know if it is needed. Thank you

@zhiltsov-max
Copy link
Contributor

zhiltsov-max commented Jan 5, 2023

Hi! In general, new models are welcomed in CVAT. Currently, we already have MaskRCNN implemented in OpenVINO and Keras. Would this new implementation have any differences?

@michael-selasi-dzamesi
Copy link
Contributor Author

Yes, I have seen those, but the new addition here is mmdetection and not MaskRCNN. Anyone building an object detection, instance segmentation, or panoptic segmentation serverless function using mmdetection can switch out the MaskRCNN I used and replace it with the architectures available on mmdetection. You can check out mmdetection below
https://github.com/open-mmlab/mmdetection

@julled
Copy link

julled commented Jan 9, 2023

@michael-selasi-dzamesi i support your request, changing mmdetection algorithms is quite easy, so it should be easy to switch to another algorithm if needed. mmdetection got many StateOfTheArt algorithms which should be interesting to use in CVAT.

where did you implement this? did you implement this by any chance using the mmdetection model-serve functionality? https://mmdetection.readthedocs.io/en/latest/useful_tools.html#model-serving

@gedsim
Copy link

gedsim commented Jan 24, 2023

Hi, @michael-selasi-dzamesi, I would love to try MMdetection for CVAT. Do you have a guide/tutorial for that? Thanks!

@nmanovic
Copy link
Contributor

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

6 participants