-
Notifications
You must be signed in to change notification settings - Fork 334
Add Mask-RCNN model #623
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
Comments
Any decision to implement this? Would love to contribute the model. |
This needs to be first, I think. |
Mask RCNN is now part of Keras CV here https://github.com/keras-team/keras-cv/tree/master/keras_cv/src/models/object_detection/mask_rcnn. |
Does it actually work? |
|
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
|
Thanks for reporting the issue! We have consolidated the development of KerasCV into the new KerasHub package, which supports image, text, and multi-modal models. Please read keras-team/keras-hub#1831. KerasHub will support all the core functionality of KerasCV. KerasHub can be installed with !pip install -U keras-hub. Documentation and guides are available at keras.io/keras_hub. With our focus shifted to KerasHub, we are not planning any further development or releases in KerasCV. If you encounter a KerasCV feature that is missing from KerasHub, or would like to propose an addition to the library, please file an issue with KerasHub. |
Firstly, identifying which feature is required or missing can be done effectively, either by practitioners or the Keras team. Tickets in |
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
Short Description
A two stage object detection model, strongly well-known for its detection and instance-wise simultaneous output.
Papers
https://arxiv.org/abs/1703.06870
Publish date: 2017
Cited by 20059 (until now)
Existing Implementations
A very popular and well-know
keras (tf 1.5x)
implementation.Other Information
The text was updated successfully, but these errors were encountered: