yolov8obb data save and real-time detect by map50 #18670
Replies: 3 comments 4 replies
-
👋 Hello @zhang990327, thank you for your interest in Ultralytics 🚀! We recommend checking out the Ultralytics Docs for more guidance on using YOLO models effectively, including saving outputs and evaluation methods. Below are some tailored suggestions for your queries: Saving Detected DataIf you're encountering an issue with saving detected data, please ensure you've followed the appropriate configurations in the detection script. It may also be helpful to include a 🐛 minimum reproducible example of your code so we can better understand and debug any issues. Also, depending on your use case, double-check the command-line options in the Docs to configure your desired behavior, such as saving data to specific formats or directories. mAP Evaluation IndexTo modify the evaluation metric from Automation Script ChallengesRegarding the Recommendations
Status CheckTo ensure this isn't an external issue, verify the repository status: If the CI badge is green, all Ultralytics CI tests are currently passing across different environments and tasks. ⚡ This is an automated response to help streamline your issue resolution. Rest assured, an Ultralytics engineer will assist you shortly! 😊 |
Beta Was this translation helpful? Give feedback.
-
spbo: |
Beta Was this translation helpful? Give feedback.
-
Regarding the source code of yolov8obb, which source file is related to the content it outputs? |
Beta Was this translation helpful? Give feedback.
-
When using yolo obb for detection, the detected data cannot be saved according to time, confidence and detection names.
a: If i set save-txt=true, it will be saved according to x1y1xyx3y3x4y4.not saved according to time, confidence and detection names
b: when i use chatgpt wrote coding, After saving, there will be a problem such as AttributeError: 'NoneType' object has no attribute 'data'.
I want to know when detecting, I want to use the same evaluation index as yolov4, that is, use map50 for detection instead of map50-95 for detection.
How to solve these two problems?
Beta Was this translation helpful? Give feedback.
All reactions