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

VOC dataloader bug #5

Closed adityaarun1 closed 5 years ago

adityaarun1 commented 5 years ago

As VOC bounding boxes are 1 indexed, shouldn't it be substracted by 1 after loading them here?

potterhsu commented 5 years ago

Thanks for your feedback, I will fix it on the next release.