We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,我想问一下为什么数据输入的是x,y,w,h,theta,在detect里面检测输出的是x1,y1,...x4,y4的四点坐标格式呢?可以直接输出x,y,w,h,theta的格式吗?
The text was updated successfully, but these errors were encountered:
因为 detect中102行“pred_poly = rbox2poly(det[:, :5])”,转成了四点,方便画图等后续操作;可以利用utils/rboxs_utils.py中的poly2rbox函数。
Sorry, something went wrong.
谢谢大佬,如果想直接输出x,y,w,h,theta的格式,应该要怎么修改呢?
No branches or pull requests
你好,我想问一下为什么数据输入的是x,y,w,h,theta,在detect里面检测输出的是x1,y1,...x4,y4的四点坐标格式呢?可以直接输出x,y,w,h,theta的格式吗?
The text was updated successfully, but these errors were encountered: