Skip to content

[Docs] OrientedStandardRoIHead docstring #1091

@rebel-seinpark

Description

@rebel-seinpark

Branch

master branch https://mmrotate.readthedocs.io/en/latest/

📚 The doc issue


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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions