daijifeng001 / MNC

Instance-aware Semantic Segmentation via Multi-task Network Cascades
Other
489 stars 182 forks source link

Keras version of MNC #62

Open McLawrence opened 7 years ago

McLawrence commented 7 years ago

Hi. Is anybody aware of a Keras implementation of this architecture, or parts of it, like for example the ROI Warping layer or the proposal layer?

Thanks!

MinaRe commented 6 years ago

@McLawrence; have you found any repositories based on Keras o Tens?

McLawrence commented 6 years ago

@MinaRe I am sorry. I think I did not find one then. But there are implementations of faster R-CNN and Mask R-CNN in tensorflow or Keras.

hgaiser commented 6 years ago

I don't think there's a MNC implementation in Keras. There are plenty of MaskRCNN implementations though. I suggest using one of those as they are more accurate according to the paper.