This is the official repository for the paper 'The Importance of Anti-Aliasing in Tiny Object Detection'.
python = 3.7.10
pytorch = 1.10.0
cuda = 10.2
numpy = 1.21.2
mmcv-full = 1.4.7
mmdet = 2.19.0
Following SSPNet to prepare the TinyPerson.
Following vedadet to prepare the WiderFace.
Following OBBDetection to prepare the DOTA.
Please refer to Installation for installation instructions.
./tools/dist_train.sh configs/anti/bhwave_ch3.3.py 4 --cfg-options optimizer.lr=0.004 --work-dir work_dirs/bhwave_ch3.3/
./dist_test.sh configs/anti/bhwave_ch3.3.py work_dirs/bhwave_ch3.3/latest.pth 2 --format-only
More usage please refer to mmdetection.
If you use this codebase or idea, please cite our paper:
@ARTICLE{ning2023acml,
author = {{Ning}, Jinlai and {Spratling}, Michael},
title = {The Importance of Anti-Aliasing in Tiny Object Detection},
journal = {arXiv e-prints},
keywords = {Computer Science - Computer Vision and Pattern Recognition},
year = {2023},
month = {oct},
}
This work is developed based on the MMDetection, SSPNet, vedadet and OBBDetection.