SoftwareGift / GHM_Detection

The implementation of “Gradient Harmonized Single-stage Detector” published on AAAI 2019.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GHM_Detection

The implementation of Gradient Harmonized Single-stage Detector published on AAAI 2019 (Oral).

Loss Functions

  • The GHM-C and GHM-R loss functions are available in ghm_loss.py.
  • The code works for pytorch 0.4.1 and later version. If you want to run it with pytorch 0.3.x, please checkout to the pytorch-0.3 branch.

Training Code

  • The main training code is based on mmdetection. Please see this for installation issues.
  • We provide training and testing scripts and configuration files for both GHM and baseline (focal loss and smooth L1 loss) in the experiments directory.

License and Citation

The use of this code is RESTRICTED to non-commercial research and educational purposes.

@article{li2019ghm,
  title={Gradient Harmonized Single-stage Detector},
  author={Buyu Li, Yu Liu, Xiaogang Wang},
  booktitle={AAAI},
  year={2019}
}

About

The implementation of “Gradient Harmonized Single-stage Detector” published on AAAI 2019.

License:MIT License


Languages

Language:Python 93.1%Language:Cuda 5.4%Language:C++ 1.3%Language:Shell 0.2%Language:Makefile 0.0%