-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YOLO-POSE code #9
Comments
Hi @chophilip21 , |
@debapriyamaji Thank you for your response! Will be looking forward to the code update. |
Hi, I have read your paper: "YOLO-Pose: Enhancing YOLO for Multi Person Pose Estimation Using Object |
When will release pose code? Anticipating it! |
nice work! |
waitting for your code! |
nice work! waiting for your code and pretrained weights 🙏 |
+1! 🙏 |
Hello, when will release pose code? Anticipating it! |
Thanks, everyone for your interest. I will release the code by end of this month. Regards, Debapriya |
Thanks for your work. Waitting for your code! |
Would be VERY curious as well! Thanks in advance. |
Waitting for your code! |
Thanks for your work. Waiting for your code! |
1 similar comment
Thanks for your work. Waiting for your code! |
watching! |
waiting for u |
Maybe we can find what we need from https://github.com/TexasInstruments/edgeai-yolox: |
|
It’s the end of May, time to release the code! Appreciate it. |
Hi All, Regards, Debapriya |
keep waiting! |
Hi All, Please try out the yolo-pose code from here: If you find this repo useful, please consider giving it a star. Regards, Debapriya |
You are prefect guy. Thanks. |
Are there any pretrained weights released? I think all the checkpoint URL from Readme are disabled. |
All links are dead. Has anyone downloaded the yolov5 pose weights? Please share. Thanks. |
It appears that there may be an issue with the links in question. If you encounter an error when clicking on a link, please try copying the link URL directly from the name of the section in which it is located. Specifically, the correct labels can be found within the YOLOv5-ti-lite Based Models and Ckpts section. If copying the URL from the section name does not work, you may need to manually enter the URL into your web browser's search bar. |
@matveymorozov thanks for the hint. My Chrome browser still refuses to download the links. But I managed to do the trick with |
@dizcza try to copy it and manually pass in search bar |
That's exactly what I did. It doesn't work for me. Anyhow, I successfully downloaded the file with |
@matveymorozov is it possible to run yolov5s-pose in OpenCV DNN rather than onnxruntime? I've downloaded ONNX-converted model of yours: model_path = "yolov5s6_pose_640_ti_lite_54p9_82p2.onnx"
net = cv2.dnn.readNet(model_path)
I also tried converting the same model to ONNX manually and got:
|
Note that onnxruntime works fine. It's just I'm looking for something that can be easily used in OpenCV without any additional engines. |
Actually, I don't know. I just tested it with onnxruntime and Pytorch |
I am having doubt how can i convert my yolo v5 model into yolo ti model |
|
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. |
❔Question
Hi, I have read your paper: "YOLO-Pose: Enhancing YOLO for Multi Person Pose Estimation Using Object
Keypoint Similarity Loss", and I was fascinated by the potential of your idea. Your paper is pointing at this repo, but I cannot seem to find any material related to keypoint detection. All I see is your code related to object detection.
Are you still working on this? Or does the code exist in another branch?
The text was updated successfully, but these errors were encountered: