potterhsu / easy-faster-rcnn.pytorch

An easy implementation of Faster R-CNN (https://arxiv.org/pdf/1506.01497.pdf) in PyTorch.
MIT License
165 stars 57 forks source link

Adds support to train only using VOC2007 person images #23

Open mmaaz60 opened 4 years ago

mmaaz60 commented 4 years ago

This pull request adds the support to train a person detector using only person images of VOC2007 dataset. One can pass -s=voc2007-person argument to train.py to train a peson detector using only person containing images of VOC2007 dataset.