Home

Awesome

Guided Hybrid Quantization for Object Detection in Multimodal Remote Sensing Imagery via One-to-one Self-teaching

⭐ The code matches our paper article!!!⭐

If our code is helpful to you, please cite:


@article{zhang2023guided,
  title={Guided Hybrid Quantization for Object Detection in Remote Sensing Imagery via One-to-one Self-teaching},
  author={Zhang, Jiaqing and Lei, Jie and Xie, Weiying and Li, Yunsong and Yang, Geng and Jia, Xiuping},
  journal={IEEE Transactions on Geoscience and Remote Sensing},
  year={2023},
  publisher={IEEE}
}
<p align="center"> <img src="Fig/frame.png" width="90%"> </p>

Requirements

pip install -r requirements.txt

Use GHOST

1. Prepare training data

2. begin to train

Here we take the NWPU dataset as an example.

3. test

4. If you want to use other datasets, you can try :

The DOTA, DIOR, and VEDAI

Time

2023.2.14 open the code

Acknowledgements

This code is built on YOLOv5 (PyTorch). We thank the authors for sharing the codes.

Thanks for the code of Dota dataset processing DOTA_devkit_YOLO.

Contact

If you have any questions, please contact me by email (jqzhang_2@stu.xidian.edu.cn).