Leo-xxx / Thundernet_Pytorch

Implementation Thundernet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thundernet_Pytorch

Requirements

  • pytorch 1.2.0
  • torchvision 0.4

Update

20191113

  • add focal loss
  • add more data aug

Lib Prepare

git clone https://github.com/ouyanghuiyu/Thundernet_Pytorch.git

Build PSROIAlign layer

cd versions/psroialign/PSROIAlign && sh build.sh 

Data Prepare

Download VOC0712 datasets Then cd datapre run voc2txt.py (I have do it )

Train

python3 Train_thundenet.py

Test

python3 Testing.py

TODO LIST

  • add voc test result
  • add coco train and test
  • add NCNN inference

Citation

Please cite the paper in your publications if it helps your research:

@article{zheng2019thundernet,
  title={ThunderNet: Towards Real-time Generic Object Detection},
  author={Zheng Qin, Zeming Li,Zhaoning Zhang,Yiping Bao,Gang Yu, Yuxing Peng, Jian Sun},
  journal={arXiv preprint arXiv:1903.11752},
  year={2019}
}

About

Implementation Thundernet


Languages

Language:Python 87.5%Language:Cuda 9.1%Language:C++ 3.4%Language:Shell 0.0%