Giter VIP home page Giter VIP logo

Comments (3)

glenn-jocher avatar glenn-jocher commented on June 28, 2024

Hello! To display OKS (Object Keypoint Similarity) scores during validation with YOLOv8, you'll need to ensure that your model is configured for pose estimation tasks and that the validation dataset includes keypoint annotations.

If you're using a pose estimation model like YOLOv8n-pose, you can activate OKS scoring by setting the appropriate flag in your validation command. For example:

yolo val model=yolov8n-pose.pt --pose

Make sure your dataset configuration (data.yaml) includes paths to the keypoint annotations and that the annotations are in the correct format expected by the model.

If you encounter any issues or need further customization, please refer to the pose estimation section in the documentation or reach out again. Happy modeling! 🚀

from ultralytics.

s0966066980 avatar s0966066980 commented on June 28, 2024

Hello! To display OKS (Object Keypoint Similarity) scores during validation with YOLOv8, you'll need to ensure that your model is configured for pose estimation tasks and that the validation dataset includes keypoint annotations.

If you're using a pose estimation model like YOLOv8n-pose, you can activate OKS scoring by setting the appropriate flag in your validation command. For example:

yolo val model=yolov8n-pose.pt --pose

Make sure your dataset configuration (data.yaml) includes paths to the keypoint annotations and that the annotations are in the correct format expected by the model.

If you encounter any issues or need further customization, please refer to the pose estimation section in the documentation or reach out again. Happy modeling! 🚀

Executing yolo val model=yolov8n-pose.pt --pose did not get the answer

image

from ultralytics.

glenn-jocher avatar glenn-jocher commented on June 28, 2024

Hello! Thank you for the update and the screenshot. It seems there might be a specific issue with the configuration or the command syntax.

Please ensure that your data.yaml is correctly set up with the paths to the keypoint annotations and that these annotations are formatted correctly. Also, verify that the model you are using is indeed configured for pose estimation.

If the issue persists, it could be helpful to check the logs for any error messages that might give more insight into what might be going wrong. If you're still stuck, could you please provide the content of your data.yaml and any error messages you see in the logs? This will help us diagnose the problem more effectively.

Looking forward to your response!

from ultralytics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.