zh/tasks/pose/ #8788
Replies: 22 comments 38 replies
-
I have reproduced the result of yolov8s-pose, and the experimental data is very different from yours, with map50 dropping 20% points. My code and data are exactly the same as what you described, and the operation steps are also strictly followed by yours. Therefore, I may have a problem with hyperparameter setting. |
Beta Was this translation helpful? Give feedback.
-
I already look.
…---Original---
From: ***@***.***>
Date: Fri, Mar 8, 2024 18:41 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: [Ultralytics] zh/tasks/pose/ (Discussion #8788)
zh/tasks/pose/
了解如何使用Ultralytics YOLOv8 完成姿势估计任务。查找预训练模型,学习如何训练、验证、预测和输出自己的模型。
https://docs.ultralytics.com/zh/tasks/pose/
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
At present, it has not been solved, I do not know what is the reason, debugging a lot of parameters can not be done.
…---Original---
From: ***@***.***>
Date: Mon, Mar 11, 2024 15:07 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
Hello, may I ask if you solved this problem? I'm also having this issue when training the coco pose dataset, it's about the same hyperparameter as you used, but in the end the mAP is reduced by 20% . I don't know which parameter is problematic.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
No problem. We'll share our learning experiences with each other. If you pull it out, please let me know
…---Original---
From: ***@***.***>
Date: Mon, Mar 11, 2024 16:23 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
Thank you for your reply. I will continue to adjust the parameters and hope to make some improvements. After you solve the problem, could you please tell me the solution? I would be very grateful.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
How close are you to official right now?Can you show me your hyperparameter Settings?thank you very much!
…---Original---
From: ***@***.***>
Date: Tue, Mar 12, 2024 11:33 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
Thanks for your reply, I used pre-training weights to reduce the learning rate, and found that the mAP increased by 10% compared to the previous experiment, but after 30 rounds the mAP increased very slowly, from 30 rounds to 100 rounds only increased by 3%.Is there a hyperparameter in YOLOv8 that can reduce the learning rate faster during training.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
map50 how much now
…---Original---
From: ***@***.***>
Date: Tue, Mar 12, 2024 10:25 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
I have made some progress by reducing the learning rate to 0.001, training for 100 epochs, and found that mAP50 has increased by 10%
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Did you load the pre-training weights?
…---Original---
From: ***@***.***>
Date: Tue, Mar 12, 2024 12:02 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
The mAP50 is about 76%, which is 10% lower than the official
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
yes,My situation is the same as yours, with lower results,map50 only have 66.8%
…---Original---
From: ***@***.***>
Date: Tue, Mar 12, 2024 12:22 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
yes,but after 30 rounds the mAP increased very slowly, from 30 rounds to 100 rounds only increased by 3%.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
No,is default
…---Original---
From: ***@***.***>
Date: Tue, Mar 12, 2024 12:41 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
Have you ever tried to reduce your learning rate?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your reply. I am also making some attempts. Please keep in touch. If you can find out the official results, please let me know.
…---Original---
From: ***@***.***>
Date: Tue, Mar 12, 2024 15:37 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
Reducing the learning rate can improve the mAP, I use 0.001, I can reach 75% with 100 rounds of mAP, if the learning rate is 0.0008 or less, it may increase the mAP
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can you tell me the name of the pre-trained weight file you use?I suspect I used it wrong.
…---Original---
From: ***@***.***>
Date: Tue, Mar 12, 2024 15:37 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
Reducing the learning rate can improve the mAP, I use 0.001, I can reach 75% with 100 rounds of mAP, if the learning rate is 0.0008 or less, it may increase the mAP
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
w:shanghw618
…---Original---
From: ***@***.***>
Date: Tue, Mar 12, 2024 18:24 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
Do you have any other contact details? Wechat or TIM?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
For HPE, I am facing a problem on counting the number of repetitive movements in video, how can I develop a HPE algorithm for this purpose? Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
how could i directly get the box with target's xyhw from the results of model prediction like "results = model.predict(source=frame)" as some parameters for other functions |
Beta Was this translation helpful? Give feedback.
-
import pygetwindow as gw Load the modelmodel = YOLO("model/best.onnx") while True:
I need help, who will help me? |
Beta Was this translation helpful? Give feedback.
-
Hey, I have a problem, I'm going to write a judgment script and I annotated_frame = results[0].plot() and I get the labeled prediction box so I get results = model(frame) and I print results[0] and I get the result, However, only the coordinates of the prediction box did not find the corresponding label, how should I find the class id (I plan to warn if I judge lying for more than five frames)? boxes: ultralytics.engine.results.Boxes object
orig_shape: (544, 960) |
Beta Was this translation helpful? Give feedback.
-
Why is YOLOv8-Pose performing poorly on animal pose estimation tasks, and what aspects should be improved?And how to improve it? |
Beta Was this translation helpful? Give feedback.
-
Hello, what is the principle of YOLOv8 for pose estimation? I am working on improving the YOLOv8-pose network to achieve better pose estimation results, but I have found that the keypoint detection accuracy seems to be unrelated to the detection box accuracy in my experiments, so I am unable to make effective targeted improvements to the network. How should I modify the network to achieve better results |
Beta Was this translation helpful? Give feedback.
-
Hi,I have a question.YOLOv8 is anchor-free, but YOLOv8-pose seems to define anchor points in the pose estimation task. Is it predicting the keypoint positions based on the offsets relative to the anchor points? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply! YOLOv8-pose first predicts the object detection box and then predicts the positions of the keypoints based on the offsets relative to the detected bounding box. Is my understanding correct?
…------------------ 原始邮件 ------------------
发件人: "Glenn ***@***.***>;
发送时间: 2024年12月18日(星期三) 晚上11:18
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [ultralytics/ultralytics] zh/tasks/pose/ (Discussion #8788)
@legend-zhen thank you for your question! YOLOv8-pose does not use anchor points in the traditional sense. Instead, it predicts keypoint positions directly as offsets relative to the bounding box of the detected object. This approach aligns with the anchor-free architecture of YOLOv8. For more details on how YOLO-pose works, you can refer to the Pose Estimation documentation.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for the excellent project you provided. Now I want to realize the corner detection of the card. The conventional card can be solved well by using this pose model, but there are a few difficult cases where a corner is located outside the picture. How can I infer the coordinates of the outer corner points from the three corner points already in the picture? |
Beta Was this translation helpful? Give feedback.
-
Hi,PROFESSOR!In the keypoint similarity loss function (OKS) of YOLOv8-pose, the scale factor of the keypoints and the sigma function representing the weight of each keypoint, do they remain fixed or do they change according to the dataset in the pose estimation task?thank you! |
Beta Was this translation helpful? Give feedback.
-
zh/tasks/pose/
了解如何使用Ultralytics YOLOv8 完成姿势估计任务。查找预训练模型,学习如何训练、验证、预测和输出自己的模型。
https://docs.ultralytics.com/zh/tasks/pose/
Beta Was this translation helpful? Give feedback.
All reactions