-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Converting EXLPose Dataset Annotations to Yolo8-pose #86
Comments
Hi there! 😊 It sounds like you're diving deep into converting EXLPose dataset annotations for use with YOLO8-pose. While the image link didn’t come through properly, here’s a basic guideline to start the conversion process:
Example for a person (class 0) with two pose keypoints:
This represents a bounding box centered at (0.5, 0.5) with a width of 0.2 and height of 0.4, and two keypoints with confidence scores. If you're still facing issues, could you provide more details about the specific difficulties? This will help us offer more targeted advice. Remember, for broader guides or details, checking the Ultralytics Docs might also illuminate the path forward. Keep exploring and experimenting! |
I am attaching the coco JSON file. i have converted and i am also attaching the converted yolo text file as well. but when i test the model it does not consider my convert yolo file as a val label. |
Hello! 😊 Thanks for sharing more details. Make sure when converting COCO JSON to YOLO format, the file structure, and naming align precisely with YOLO requirements. It’s essential that your dataset directory is correctly organized and your For example:
Inside your
Ensure no extra spaces or lines are present, as these could disrupt the parsing. If the model isn't detecting your labels correctly during validation, it might be due to either a path issue or format error in the converted files. Verify your validation path in the training script points to the correct directory where your converted YOLO files reside. Double-checking your dataset directory setup against the guidelines in the Ultralytics Docs can also help ensure everything's in place. If issues persist, providing the exact error message or behavior could help us pinpoint the solution more effectively. Let's keep pushing forward! 💪 |
I attempted to convert the annotations from the EXLPose dataset to Yolo8-pose format but encountered difficulties and was unable to complete the task
The text was updated successfully, but these errors were encountered: