jbwang1997 / OBBDetection

OBBDetection is an oriented object detection library, which is based on MMdetection.
Apache License 2.0
519 stars 111 forks source link

关于OrientedRPNHead中gt_bboxes的问题 #200

Open ReusJeffery opened 8 months ago

ReusJeffery commented 8 months ago

您好,在阅读您代码的时候有一个问题须要向您请教一下,您在OrientedRPNHead下的loss的注释中提到gt_bboxes (list[Tensor]): Ground truth bboxes for each image with shape (num_gts, 4) in [tl_x, tl_y, br_x, br_y] format.但在实际训练中gt_bboxes 的shape为(num_gts, 5),请问一下dim=1中各个位置分别代表什么?谢谢!