dataset
├── ImageNet
│ ├── 000
│ ├── 001
│ ├── ...
│ └── 999
├── mscoco
│ ├── annotations
│ ├── crops
│ │ ├── bicycle
│ │ ├── bus
│ │ ├── car
│ │ ├── motorcycle
│ │ ├── person
│ │ ├── stop-sign
│ │ ├── traffic-light
│ │ ├── trash
│ │ └── truck
│ └── val2014
└── KITTI
└── mask_samples- 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.pyto generate the background images for evaluation of Hiding Attack.)