zhuoxiangpang / ism_person_openpose

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

您好,请问下生成的骨架图不在data/train的文件下 #9

Open C-popKingJames opened 2 years ago

C-popKingJames commented 2 years ago

❔Question

请问下大佬那个data/train下的那些骨架图怎么生成的

Additional context

github-actions[bot] commented 2 years ago

👋 Hello @C-popKingJames, 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.

zhuoxiangpang commented 2 years ago

运行 runOpenpose.py 文件, 代码中好多路径我写的绝对路径,记得更改一下

openpose_modules/pose.py 中的draw 方法是画骨骼图的方法,可以往回追溯哪里用到了

------------------ 原始邮件 ------------------ 发件人: "zhuoxiangpang/ism_person_openpose" @.>; 发送时间: 2022年6月28日(星期二) 晚上6:06 @.>; @.***>; 主题: [zhuoxiangpang/ism_person_openpose] 您好,请问下生成的骨架图不在data/train的文件下 (Issue #9)

❔Question

请问下大佬那个data/train下的那些骨架图怎么生成的

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: @.***>

C-popKingJames commented 2 years ago

您好,我还想问下能实现多人姿态估计吗?