Skip to content

zzubqh/CenterNetDect-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch CenterNet Detect

本项目是对https://github.com/zzzxxxttt/pytorch_simple_CenterNet_45 项目的重构,感谢原作者的辛苦劳动! 具体改动请参见:https://blog.csdn.net/qq_36810544/article/details/116568582

Requirements:

  • python>=3.5
  • pytorch==1.17
  • pycocotools==2.0
  • imgaug==0.4.0

Getting Started

  1. Clone this repo:

    git clone https://github.com/zzubqh/CenterNetDect-pytorch.git
    
  2. Install COCOAPI (the cocoapi in this repo is modified to work with python3):

    cd $CenterNet_ROOT/lib/cocoapi/PythonAPI
    make
    python setup.py install --user
    

Train

请参见:https://blog.csdn.net/qq_36810544/article/details/116568582

欢迎点赞讨论!

About

基于CenterNet的目标检测

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages