Building a Custom Mask RCNN Model with TensorFlow Object Detection
ModelingObject DetectionTensorFlowposted by Priya Dwivedi November 7, 2018
Doing cool things with data! You can now build a custom Mask RCNN model using TensorFlow Object Detection Library! Mask RCNN is an instance segmentation model that can identify pixel-by-pixel location of any object. This article is the second part of my popular post where I explain the basics... Read more