matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.37k stars 11.65k forks source link

Remove instance segmentation #1495

Open jsilveira7 opened 5 years ago

jsilveira7 commented 5 years ago

Hey, the project is great and i really apreciate your work.

But one thing i wanted to do, if you could tell me if possible, is to remove the instance segmentation, to get faster. Is that possible?

magistri commented 5 years ago

have you checked here? #633 I will try to remove also the FPN to get a smaller network

spotiris commented 5 years ago

I have done this successfully a while back. I'll find some time shortly to clean it up into a PR.

MAri-MRCNN commented 4 years ago

@spotiris did you create a PR? Could you share your code? Thank you very much