chuanqi305 / MobileNet-SSD

Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
MIT License
2k stars 1.18k forks source link

how to label and specify the Region of interest location from the image for object detection? #169

Open Samjith888 opened 4 years ago

Samjith888 commented 4 years ago

In the case of object detection, we have specify the each object class location in the image. Here i can't found anything related to image labeling and about the ROI location.

1) which tool can i used for image labeling with location?

2) Where to specify this location with class name?