Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.06 KB

File metadata and controls

35 lines (31 loc) · 1.06 KB

Dataset

Folder Tree

dataset
├── ImageNet
│   ├── 000
│   ├── 001
│   ├── ...
│   └── 999
├── mscoco
│   ├── annotations
│   ├── crops
│   │   ├── bicycle
│   │   ├── bus
│   │   ├── car
│   │   ├── motorcycle
│   │   ├── person
│   │   ├── stop-sign
│   │   ├── traffic-light
│   │   ├── trash
│   │   └── truck
│   └── val2014
└── KITTI
    └── mask_samples

Downloads

  • dataset/ImageNet (ImageNet validation set)
  • dataset/mscoco/val2014 MS COCO val2014
  • dataset/mscoco/annotations MS COCO annotations
  • dataset/KITTI/mask_samples Background Images
  • dataset/mscoco/crops (Please run the script src/crop_bg.py to generate the background images for evaluation of Hiding Attack.)