Mask_rcnn: A Question about Data

Created on 7 Dec 2018  路  4Comments  路  Source: matterport/Mask_RCNN

I want to know, if I do image target location detection, then my training data must be labeled one by one? For example, I want to detect the people and cars in the image, so when I train, do I have to label the people and cars in the training data?

Most helpful comment

No, I'm sorry. There are some software that helps you make manual annotations though. Can't you find an already annotated dataset?

Besides, if you had an algorithm that automatically labelled your images, why would be the use of the training? You would already have a program that detect whatever you are trying to detect !

All 4 comments

Yes of course!
You might find already labeled data online though

@stygian2a
Can there be any algorithm to replace this annotation? Because if it's a cell image, it's too hard to label one cell at a time.

No, I'm sorry. There are some software that helps you make manual annotations though. Can't you find an already annotated dataset?

Besides, if you had an algorithm that automatically labelled your images, why would be the use of the training? You would already have a program that detect whatever you are trying to detect !

The are some tools for manual labeling like Labelme if you need the semantic segmentation otherwise you can use LabelImg to do only detection

Was this page helpful?
0 / 5 - 0 ratings