Detectron.pytorch
Detectron.pytorch copied to clipboard
Support for PyTorch 1.0, TorchVision 0.3.0, PASCAL VOC Dataset and Custom Dataset
Added support for:
- PyTorch 1.0: Borrowed code from
facebookresearch/maskrcnn-benchmark
forROIPool
,ROIAlign
andNMS
. - Pascal VOC 2007 and 2012: Followed the implementation of
facebookresearch/Detectron
to add support for VOC 2007 & 2012 data sets. Addedtools/pascal_voc_xml2json.py
file to convert VOC styled annotation to JSON format. - Custom Dataset: Following VOC data set, added support to train custom data set.
I squashed the pytorch 1.0 related commits to a single commit.
https://gist.github.com/ruotianluo/582c0e9b46ea202ed96eaddf08f80034#file-detectron-pytorch_pth1_patch-diff
Many thanks for your work! @adityaarun1 @ruotianluo
@adityaarun1 ‘s fork is great!
BTW, is this repo still alive?
Updated the code base for torchvision 0.3.0. Now the compilation of various ROI layers is not required.