fizyr / keras-maskrcnn

Keras implementation of MaskRCNN object detection.
Apache License 2.0
406 stars 131 forks source link

Question not issue #87

Closed munsanje closed 5 years ago

munsanje commented 5 years ago

It doesn't say in the documentation, but this seems to be an implementation of Fu et al's RetinaMask, implemented here and described here. Am I correct?

hgaiser commented 5 years ago

I haven't looked at it extensively, but this was implemented without that paper. The concept of this repository is that it follows MaskRCNN principles, but uses RetinaNet as an object detection backbone as opposed to Faster-RCNN. It seems to resemble RetinaMask a lot, but I guess there are bound to be subtle differences.

hgaiser commented 5 years ago

Actually looking at their release dates and our history, it is more likely that they researched our work ;p