keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
972 stars 317 forks source link

Add Mask-RCNN model #623

Open innat opened 1 year ago

innat commented 1 year ago

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

MrinalTyagi commented 1 year ago

Any decision to implement this? Would love to contribute the model.

innat commented 1 year ago

This needs to be first, I think. https://github.com/keras-team/keras-cv/issues/669