YOLO-ReT
This is the original implementation of the paper: YOLO-ReT: Towards High Accuracy Real-time Object Detection on Edge GPUs. Prakhar Ganesh, Yao Chen, Yin Yang, Deming Chen, Marianne Winslett, WACV 2022 [Arxiv] [Camera-Ready coming soon]
Citation
If you find this paper and code useful, please cite our work. The bibtex is listed below:
@inproceedings{ganesh2021yoloret,
title={{YOLO-ReT}: Towards High Accuracy Real-time Object Detection on Edge {GPU}s},
author={Ganesh, Prakhar and Chen, Yao and Yang, Yin and Chen, Deming and Winslett, Marianne},
booktitle={IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
year={2022},
organization={IEEE}
}
Setup and Reproducibility
Please refer to README inside the folder code
for more details.
Acknowledgement
This repository is adapted from https://github.com/fsx950223/mobilenetv2-yolov3