rbgirshick / py-faster-rcnn

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Other
8.11k stars 4.11k forks source link

How to check the labels of training data? #367

Open hana9090 opened 8 years ago

hana9090 commented 8 years ago

I have built fast rcnn on UBUNTU and run the demo where it classify the objects on images with the name of an object depends on training labels model. How to know these labels ? how to modify them? How to acquire them?

whq-hqw commented 7 years ago

I have the same problem, anyone solved that?