ruotianluo / pytorch-faster-rcnn

pytorch1.0 updated. Support cpu test and demo. (Use detectron2, it's a masterpiece)
MIT License
1.82k stars 475 forks source link

Just Train Network for Person Detection #79

Open ahkarami opened 6 years ago

ahkarami commented 6 years ago

Dear @ruotianluo, Thank you for your work. I have a general question. In the VOC and COCO datasets there are some classes (e.g., 20 or 80 classes (person, car, horse, etc.) for object detection). If one train the network just for one class (e.g., just the person class) will the accuracy (mAP) of person detection increase? Have you ever try this?

ruotianluo commented 6 years ago

I've never tried this.