We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
master branch https://mmrotate.readthedocs.io/en/latest/
mmrotate/mmrotate/models/roi_heads/oriented_standard_roi_head.py
Line 126 in b030f38
simple_test_bboxes
... each \ tensor has the shape (num_boxes, 5) and last dimension \ 5 represent (cx, cy, w, h, a, score). ...
It should be fixed to
... each \ tensor has the shape (num_boxes, 6) and last dimension \ 6 represent (cx, cy, w, h, a, score). ...
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Branch
master branch https://mmrotate.readthedocs.io/en/latest/
📚 The doc issue
mmrotate/mmrotate/models/roi_heads/oriented_standard_roi_head.py
Line 126 in b030f38
In the
simple_test_bboxes
func,docstring of Returns is written withIt should be fixed to
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: