An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

![TalkUHulk](https://img.shields.io/badge/TalkUHulk-Python3-green)

# 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)