Skip to content

Comment on Splash of Color: Instance Segmentation with Mask R-CNN and TensorFlow

Comments

Magic results but R-CNN (and other similar architectures with large number of forward passes per frame) is pretty darn slow, which severely limits its applicability.

It really depends on the application. If you’re comparing to classical instance segmentation methods like a distance-based watershed, Mask RCNN (e.g. using the Keras-RCNN package) has nearly identical performance. However, if you’re looking for real-time performance, you’ll need to look elsewhere (and likely reframe your problem as an object detection rather than instance segmentation problem).

R-CNN is slow but Fast R-CNN and Faster R-CNN simply use one forward pass per image, making it feasible for use in real time

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.