README.md 606 字节
Newer Older
Eric.Lee2021's avatar
Eric.Lee2021 已提交
1 2 3
# light pose
人体关键点检测

Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
## 项目介绍    
人体关键点检测  
 ![video](https://codechina.csdn.net/EricLee/light_pose/-/raw/master/samples/s1.gif) 
## 项目配置   
* 作者开发环境:   
* Python 3.7   
* PyTorch >= 1.5.1  

## 数据集     
### coco2017 数据集  
[数据集下载地址(百度网盘 Password:  )]()  

## 预训练模型   
* [预训练模型下载地址(百度网盘 Password: )]()   

## 项目使用方法  
Eric.Lee2021's avatar
Eric.Lee2021 已提交
20 21 22 23
* step 1: python prepare_train_labels.py  
* step 2: python make_val_subset.py  
* step 3: python train.py   
* step 4: python inference_video.py