Put the datasets and the pre-trained models here.
- PASCAL-5i
- COCO-20i
- Download Training/Validation data (2G), and extract
VOCtrainval_11-May-2012.tarto./data/ - Download CaNet annotations (20.7M), and extract
Binary_map_aug.zipto./data/VOCdevkit/VOC2012/
- Download 2014 Training images (13GB), 2014 Val images (6GB), 2014 Train/Val annotations (241M), and extract them to
./data/COCO
-
Resnet50_v2 (for PFENet. See the PFENet repository for details.)
-
Download pre-trained models and put them into
./data.
Final directory structure (only display used directories and files):
./data
├── COCO
│ ├── annotations
│ ├── train2014
│ └── val2014
├── VOCdevkit
│ └── VOC2012
│ ├── Binary_map_aug
│ └── JPEGImages
├── README.md
├── resnet101-5d3b4d8f.pth
├── resnet50-19c8e357.pth
├── resnet50_v2.pth
└── vgg16-397923af.pth