Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training using multiple datasets #88

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

VittalP
Copy link

@VittalP VittalP commented Feb 23, 2016

This branch provides support to training Faster RCNN using multiple datasets; e.g. voc_2007_trainval+voc_2012_trainval (07+12). This is achieved by replacing the get_roidb function with a combined_roidb which returns one or more roidbs based on the input imdb name.

Below are the results on voc_2007_test when trained on "07+12" as described in the Faster RCNN paper.

VOC07 metric? Yes
AP for aeroplane = 0.7612
AP for bicycle = 0.7916
AP for bird = 0.7116
AP for boat = 0.6001
AP for bottle = 0.5101
AP for bus = 0.8355
AP for car = 0.8333
AP for cat = 0.8883
AP for chair = 0.4977
AP for cow = 0.7875
AP for diningtable = 0.6350
AP for dog = 0.8409
AP for horse = 0.8381
AP for motorbike = 0.7674
AP for person = 0.7565
AP for pottedplant = 0.3792
AP for sheep = 0.7595
AP for sofa = 0.6932
AP for train = 0.8040
AP for tvmonitor = 0.6781
Mean AP = 0.7184

Results:
0.761
0.792
0.712
0.600
0.510
0.836
0.833
0.888
0.498
0.787
0.635
0.841
0.838
0.767
0.756
0.379
0.759
0.693
0.804
0.678
0.718

The results are 1.4% below the numbers quoted in the ArXiv paper ( http://arxiv.org/pdf/1506.01497v3.pdf ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant