ultralytics / ultralytics

NEW - YOLOv8 🚀 in PyTorch > ONNX > OpenVINO > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
23.76k stars 4.74k forks source link

【BUG?】Angle error issue #11633

Closed Wangfeng2394 closed 1 week ago

Wangfeng2394 commented 1 week ago

May I ask you a question??

What is the angle range I should send into the trainer? 0-180? -180 - 180? 0- 3.14?

Or else?

glenn-jocher commented 1 week ago

Hello! 😊

For angle input into the YOLOv8 trainer, you should use the range of 0 to 360 degrees. This range ensures that the trainer processes the orientation information uniformly across all possible angles.

If you have any more questions or need further assistance, feel free to ask. Happy training!

Wangfeng2394 commented 1 week ago

Hello! 😊

For angle input into the YOLOv8 trainer, you should use the range of 0 to 360 degrees. This range ensures that the trainer processes the orientation information uniformly across all possible angles.

If you have any more questions or need further assistance, feel free to ask. Happy training!

thanks ,I will try as your guidance

glenn-jocher commented 1 week ago

You're welcome! If you encounter any further issues or have more questions, just let us know. Happy training! 😊