YOLO Pose Estimation - Keypoints are flipped #22803
Replies: 1 comment 1 reply
|
👋 Hello @groundfzero, thanks for opening this discussion and for using Ultralytics for pose estimation 🚀 Since your question involves YOLO pose estimation and potential keypoint flipping, it may be either:
Please review the points below so we have enough detail to help you effectively 👇 If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. This is especially important for intermittent issues like the keypoints flipping you described. If this is a custom training ❓ Question, please provide as much information as possible, including:
You can also check the Docs for additional details on pose models and see many Python and CLI usage examples that might help clarify configuration or inference details. Join the Ultralytics community where it suits you best:
UpgradeBefore further debugging, please upgrade to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. |
Uh oh!
There was an error while loading. Please reload this page.
I trained a YOLO v8 model (using approximately 4000 images) to detect keypoints around the object. My object is cuboid shaped but it has features on every faces that are distinct. When I ran the prediction, 5-8% of the time keypoints are flipped (appears as if they are rotated by 180 degrees about the Y-axis of the 2D image plane) and my rotational error for the object goes to 180 degrees as well. I am curious if this has to do with my training, the shape of the object or something else. Any help is appreciated.
All reactions