Skip to content
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

旋转检测框的角度 #35

Closed
NephrenCake opened this issue Jun 12, 2021 · 2 comments
Closed

旋转检测框的角度 #35

NephrenCake opened this issue Jun 12, 2021 · 2 comments
Labels
question Further information is requested

Comments

@NephrenCake
Copy link

角度一定需要在[0, 180)的范围吗?

如果要检测一个物体的具体方向,比如说不同旋转角度的字,那么角度能不能改成[0, 360)?

@NephrenCake NephrenCake added the question Further information is requested label Jun 12, 2021
@github-actions
Copy link

Hello @NephrenCake, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Jupyter Notebook Open In Colab, Docker Image, and Google Cloud Quickstart Guide for example environments.

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom model or data training question, please note Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:

  • Cloud-based AI systems operating on hundreds of HD video streams in realtime.
  • Edge AI integrated into custom iOS and Android apps for realtime 30 FPS video inference.
  • Custom data training, hyperparameter evolution, and model exportation to any destination.

For more information please visit https://www.ultralytics.com.

@hukaixuan19970627
Copy link
Owner

hukaixuan19970627 commented Jun 13, 2021

你可以在detect类中额外再增加4个通道,专门用于预测旋转框四个点的顺序来确定物体的头部。
[0, 360)的角度范围会导致二义性问题(一个矩形框原地旋转180和旋转360的结果完全一样),这不利于网络的学习。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants