zhuoxiangpang / ism_person_openpose

yolov5人体检测+openpose姿态检测 实现摔倒检测
GNU General Public License v3.0
221 stars 30 forks source link

你好,请问具体的训练过程是哪一部分呢 #6

Open yrjese19801332720 opened 2 years ago

yrjese19801332720 commented 2 years ago

❔Question

现在已经跑通了您的代码,但是使用的是您的.jit文件,不知道具体的训练过程在您的项目里面是哪一部份呢,希望不吝赐教,感谢!

Additional context

github-actions[bot] commented 2 years ago

👋 Hello @yrjese19801332720, thank you for your interest in 🚀 YOLOv5! Please visit our ⭐️ Tutorials to get started, where you can find quickstart guides for simple tasks like Custom Data Training all the way to advanced concepts like Hyperparameter Evolution.

If this is a 🐛 Bug Report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online W&B logging if available.

For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at glenn.jocher@ultralytics.com.

Requirements

Python 3.8 or later with all requirements.txt dependencies installed, including torch>=1.7. To install run:

$ pip install -r requirements.txt

Environments

YOLOv5 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):

Status

CI CPU testing

If this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training (train.py), testing (test.py), inference (detect.py) and export (export.py) on MacOS, Windows, and Ubuntu every 24 hours and on every commit.

yrjese19801332720 commented 2 years ago

另外请问训练过程使用的数据集是什么呢?

zhuoxiangpang commented 2 years ago

你可以把.jit 文件理解为一个很简单的分类网络,训练的过程就是收集人体各种姿势的关键点图,然后对其进行分类,然后训练即可。 训练的代码在  action_detect/train.py 文件 训练集是人体各种姿势的关键点图。 1.当用runOpenpose.py文件跑的时候会生成人体的关键点图在data/train 下 2.人工对关键点图进行分类到fall/normal /或者自定义的姿势文件夹下 3.运行action_detect/train.py 文件

------------------ 原始邮件 ------------------ 发件人: "zhuoxiangpang/ism_person_openpose" @.>; 发送时间: 2022年5月7日(星期六) 上午9:50 @.>; @.***>; 主题: [zhuoxiangpang/ism_person_openpose] 你好,请问具体的训练过程是哪一部分呢 (Issue #6)

❔Question

现在已经跑通了您的代码,但是使用的是您的.jit文件,不知道具体的训练过程在您的项目里面是哪一部份呢,希望不吝赐教,感谢!

Additional context

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Yaifan commented 2 years ago

您好,请问您代码里面的的C:/zqr/project/yolov5_openpose/Image这个位置的数据集可以分享一下吗?