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
大佬好,本人新手,请问下有没有办法把detect_box resize图片后输出的box转换成训练用的VOC数据集的xmax,ymax,xin,ymin格式?
The text was updated successfully, but these errors were encountered:
xmin = min(box[0::2]) xmax = max(box[0::2]) ymin = min(box[1::2]) ymax = max(box[1::2])
Sorry, something went wrong.
No branches or pull requests
大佬好,本人新手,请问下有没有办法把detect_box resize图片后输出的box转换成训练用的VOC数据集的xmax,ymax,xin,ymin格式?
The text was updated successfully, but these errors were encountered: