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

关于像平面坐标(u,v) #31

Open
Zhao-Guo-CHEN opened this issue Jun 14, 2024 · 1 comment
Open

关于像平面坐标(u,v) #31

Zhao-Guo-CHEN opened this issue Jun 14, 2024 · 1 comment

Comments

@Zhao-Guo-CHEN
Copy link

65dfe6c94b7a37c7f2c7cc2f024a32d6
您好,我在论文中看到uv的描述的边界框的底面中心坐标,但是代码中好像有点不一样,想询问一下uv是怎么设置的

@Paulkie99
Copy link

Hi, the bounding box is formatted as follows: top left x, top left y, width, height. Therefore, box[0] + box[2] / 2 will equal the center x coordinate, and box[1] + box[3] will equal the bottom y coordinate.

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

No branches or pull requests

2 participants