From 1834d13cfb363535f1607b22a8ae185eae4d0787 Mon Sep 17 00:00:00 2001 From: "Eric.Lee2021" <305141918@qq.com> Date: Fri, 14 May 2021 20:51:14 +0800 Subject: [PATCH] add coco 2017 datasets --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72c6671..893b3c5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 项目介绍 人体关键点检测 - ![video](https://codechina.csdn.net/EricLee/light_pose/-/raw/master/samples/s1.gif) + ![video](https://codechina.csdn.net/EricLee/light_pose/-/raw/master/samples/s1.gif) ## 项目配置 * 作者开发环境: * Python 3.7 @@ -11,7 +11,8 @@ ## 数据集 ### coco2017 数据集 -[数据集下载地址(百度网盘 Password: )]() +* coco 数据集官方网站:https://cocodataset.org/#home +* [数据集下载地址(百度网盘 Password: nvr0 )](https://pan.baidu.com/s/1k7W07zXY97ueLanYRG3-cw) ,数据集如有侵权请联系删除。 ## 预训练模型 * [预训练模型下载地址(百度网盘 Password: )]() @@ -19,5 +20,8 @@ ## 项目使用方法 * 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 +* step 3: python train.py # 训练 +* step 4: python inference_video.py # 视频模型推理 + +## 联系方式 (Contact) +* E-mails: 305141918@qq.com -- GitLab