https://github.com/talkuhulk/centernet-person-pytorch
person-detection-CenterNet(trained by coco)
https://github.com/talkuhulk/centernet-person-pytorch
centernet coco person-detection pytorch
Last synced: about 2 months ago
JSON representation
person-detection-CenterNet(trained by coco)
- Host: GitHub
- URL: https://github.com/talkuhulk/centernet-person-pytorch
- Owner: TalkUHulk
- Created: 2020-12-20T08:14:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T11:32:57.000Z (almost 5 years ago)
- Last Synced: 2025-06-16T12:53:50.607Z (4 months ago)
- Topics: centernet, coco, person-detection, pytorch
- Language: Python
- Homepage:
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# CenterNet-Person-pytorch
## 简介
🔥水平有限,有错误请及时指出使用CenterNet训练的Person检测,数据集为coco
## 相关模型及数据集
链接: https://pan.baidu.com/s/18Ikw4ACB8lMe2Rf80mauDQ 密码: 142q
## 环境
- pycocotools==2.0
- warmup_scheduler==0.3.2
- opencv_python==4.4.0.44
- torchvision==0.7.0
- tqdm==4.51.0
- torch==1.6.0+cu101
- numpy==1.18.5
- tensorboardX==2.1## Summary
## Demo
## References
- [pytorch_simple_CenterNet_45](https://github.com/zzzxxxttt/pytorch_simple_CenterNet_45)