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
data_loader文件的def center_to_corner(self, box):中 81行和82行box_[:,2],box_[:,3]的计算是什么?感觉并没有改变原有的数值啊,我的理解center to corner是(cx,cy,w,h)变为(左上x,左上y,右下x,右下y),但是看代码感觉是转变成(左上x,左上y,w,h)???corner_to_center是(左上x,左上y,右下x,右下y)转变成(cx,cy,w,h),这个我是觉得没有问题的
The text was updated successfully, but these errors were encountered:
你好,请问你最后复现成功这份代码了吗
Sorry, something went wrong.
No branches or pull requests
data_loader文件的def center_to_corner(self, box):中 81行和82行box_[:,2],box_[:,3]的计算是什么?感觉并没有改变原有的数值啊,我的理解center to corner是(cx,cy,w,h)变为(左上x,左上y,右下x,右下y),但是看代码感觉是转变成(左上x,左上y,w,h)???corner_to_center是(左上x,左上y,右下x,右下y)转变成(cx,cy,w,h),这个我是觉得没有问题的
The text was updated successfully, but these errors were encountered: