FasterRCNNTutorial icon indicating copy to clipboard operation
FasterRCNNTutorial copied to clipboard

mask r-cnn

Open elifbykl opened this issue 7 years ago • 3 comments

Hi Jasper,

I want to apply the mask r-cnn. Are there changes in the implementation steps? For example, while training dataset is being created, I need to train with object boundaries rather than being rectangular. Which tool can I use for this?

elifbykl avatar May 29 '18 11:05 elifbykl

Yes, you will need to annotate the object boundaries in the training set. The linked tutorial suggests using VGG Image annotator for labelling. LabelBox is also very good but more aimed at large collaborative projects.

https://engineering.matterport.com/splash-of-color-instance-segmentation-with-mask-r-cnn-and-tensorflow-7c761e238b46

jaspereb avatar May 31 '18 00:05 jaspereb

@jaspereb thank you for your answer. I put the JPEG images in the JPEGImages folder as if you were working. VGGImageAnnotater saved annotations as .json format. Do I need to put this file in the Annotations folder or do I need to apply a different conversion to .json format?

elifbykl avatar Jun 23 '18 09:06 elifbykl

How you set up the file structure will depend on the dataset preprocessing script that you use (or write your own). The one for fasterRCNN will not work because it expects bounding boxes, not regions. This is really nothing to do with this tutorial, so you are better off following a mask-rcnn tutorial.

jaspereb avatar Jun 24 '18 23:06 jaspereb