Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mmrotate/models/roi_heads/oriented_standard_roi_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ def simple_test_bboxes(self,
Returns:
tuple[list[Tensor], list[Tensor]]: The first list contains \
the boxes of the corresponding image in a batch, each \
tensor has the shape (num_boxes, 5) and last dimension \
5 represent (cx, cy, w, h, a, score). Each Tensor \
tensor has the shape (num_boxes, 6) and last dimension \
6 represent (cx, cy, w, h, a, score). Each Tensor \
in the second list is the labels with shape (num_boxes, ). \
The length of both lists should be equal to batch_size.
"""
Expand Down