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
show_bboxes(fig.axes, boxes[250, 250, :, :] * bbox_scale, ['s=0.75, r=1', 's=0.75, r=2', 's=0.55, r=0.5', 's=0.5, r=1', 's=0.25, r=1'])
根据文章中的(s1, r1),(s1,r2), (s1,r3)第三个的注释应该是's=0.75, r=0.5', 如下所示:
show_bboxes(fig.axes, boxes[250, 250, :, :] * bbox_scale, ['s=0.75, r=1', 's=0.75, r=2', 's=0.75, r=0.5', 's=0.5, r=1', 's=0.25, r=1'])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
根据文章中的(s1, r1),(s1,r2), (s1,r3)第三个的注释应该是's=0.75, r=0.5', 如下所示:
The text was updated successfully, but these errors were encountered: