rbgirshick / py-faster-rcnn

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

use py-faster-rcnn to do human detection on my own dataset #692

Open congyucn opened 6 years ago

congyucn commented 6 years ago

Hi, I'm a student, I want to use demo to do human detection(just one class) on my own dataset, how can I do? modify CLASSES = ('__background__', 'aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car', 'cat', 'chair', 'cow', 'diningtable', 'dog', 'horse', 'motorbike', 'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor') to CLASSES = ('__background__', 'person') is that OK?(may be stupid....) ps: I am a beginner......

deboc commented 6 years ago

Hi, You may have a look on my tutorial

But you should not open an issue for that, plus it was already mentionned in several other issues :)

congyucn commented 6 years ago

@deboc Thank you! I'll try.