Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.61 KB

README_en.md

File metadata and controls

93 lines (62 loc) · 2.61 KB

English | 简体中文

miemiedetection

Introduction

miemiedetection is a repo developed base on YOLOX . It supports YOLOX, PPYOLO, PPYOLOv2, PPYOLOE, FCOS and so on.

Requirements

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

this repo needs torch 1.9.1+cu102 or higher, torchvision 0.10.1+cu102 or higher.

Supported algorithms

Updates!!

  • 【2022/05/15】 Add PPYOLOE!!!

My other repos

  • miemieGAN miemieGAN is an image generation repo developed and maintained by me. It implements stylegan2ada and other algorithms. At present, the document is under improvement. You are welcome to try it.

My social page

bilibili _糖蜜

zhihu: 咩咩2013

wechat:wer186259

you can follow me on GitHub~

Reward

If you think this repo is very helpful to you, you can give me money↓

Example 0

I love you!

Citation

miemiedetection

YOLOX

PaddleDetection

PPYOLOE paper

 @article{yolox2021,
  title={YOLOX: Exceeding YOLO Series in 2021},
  author={Ge, Zheng and Liu, Songtao and Wang, Feng and Li, Zeming and Sun, Jian},
  journal={arXiv preprint arXiv:2107.08430},
  year={2021}
}
@article{huang2021pp,
  title={PP-YOLOv2: A Practical Object Detector},
  author={Huang, Xin and Wang, Xinxin and Lv, Wenyu and Bai, Xiaying and Long, Xiang and Deng, Kaipeng and Dang, Qingqing and Han, Shumin and Liu, Qiwen and Hu, Xiaoguang and others},
  journal={arXiv preprint arXiv:2104.10419},
  year={2021}
}
@misc{long2020ppyolo,
title={PP-YOLO: An Effective and Efficient Implementation of Object Detector},
author={Xiang Long and Kaipeng Deng and Guanzhong Wang and Yang Zhang and Qingqing Dang and Yuan Gao and Hui Shen and Jianguo Ren and Shumin Han and Errui Ding and Shilei Wen},
year={2020},
eprint={2007.12099},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{ppdet2019,
title={PaddleDetection, Object detection and instance segmentation toolkit based on PaddlePaddle.},
author={PaddlePaddle Authors},
howpublished = {\url{https://github.com/PaddlePaddle/PaddleDetection}},
year={2019}
}