Replies: 3 comments
-
👋 Hello @Hezonar, thank you for your interest in Ultralytics 🚀 and for providing detailed context about your keypoint detection task with YOLOv8! Your project involving animal leg markings sounds fascinating 🐾. We recommend reviewing the Docs, specifically the Keypoints Guide for insights on how keypoint detection is implemented in YOLOv8, which may address some of your questions. For your queries:
Also, please ensure you are using the latest pip install -U ultralytics If you'd like to experiment with running YOLOv8 in various environments, here are some recommended options that come preconfigured with dependencies:
For community-driven support and guidance, consider joining the Ultralytics community where it suits you best:
Finally, ensure your YOLOv8 environment matches the Python>=3.8 and PyTorch>=1.8 requirements listed in the Ultralytics requirements file. This is an automated response 😊, but rest assured an Ultralytics engineer will assist you directly as soon as possible! |
Beta Was this translation helpful? Give feedback.
-
Thank you for sharing your question. Here's how YOLOv8 handles keypoints and how you can configure them:
For your scenario, consistent and precise annotation is crucial. If maintaining the distinction between leg types is important, consider training the model with clearer labels and more diverse images to reduce confusion. You can learn more about pose estimation in YOLO models here. |
Beta Was this translation helpful? Give feedback.
-
Each leg will require a distinct keypoint. And you also need to specify |
Beta Was this translation helpful? Give feedback.
-
Hello!
I'm training a YOLOv8 model for the keypoint problem and working with animal leg markings. The following questions arose:
I have attached a picture to make it more clear.
If the dog goes to the left, then the leg closest to us will be the left. But if she goes to the right, then the closest leg will be the right one.
In my task, determining the position of the legs is quite important. The pictures of the legs are not that good, so I would like to understand better. Can YOLO confuse back/front legs and left/right? How does the classification and definition of a point occur within the YOLO model itself?
Thank you for your help! I would appreciate any recommendations or clarifications regarding keypoints.
Beta Was this translation helpful? Give feedback.
All reactions