This is an official PyTorch impelementation of our paper "Robustizing Object Detection Networks Using Augmented Feature Pooling (ACCV2022, Oral)"
sh ./gen_COCO_ROT.sh
sh ./gen_COCO_ROT_accv.sh
COCO-ROT # This directry
├── coco # Please place your MSCOCO dataset here
│ ├── annotations
│ ├── train2017
│ ├── val2017
│ ├── test2017
|── coco-rot
│ ├── train2017
│ ├── val2017
│ ├── train2017_dbg
│ ├── val2017_dgb
If you use this toolbox or benchmark in your research, please cite this project.
@inproceedings{shibata2022robustizing,
title={Robustizing Object Detection Networks Using Augmented Feature Pooling},
author={Shibata, Takashi and Tanaka, Masayuki and Okutomi, Masatoshi},
booktitle={Proceedings of the Asian Conference on Computer Vision},
pages={2388--2405},
year={2022}
}