-
Couldn't load subscription status.
- Fork 617
Open
Description
Branch
master branch https://mmrotate.readthedocs.io/en/latest/
📚 The doc issue
| def simple_test_bboxes(self, |
In the
simple_test_bboxes func,docstring of Returns is written with
... 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). ...
Suggest a potential alternative/fix
No response
Metadata
Metadata
Assignees
Labels
No labels