ReusJeffery

Results 3 issues of ReusJeffery

How to solve 'RuntimeError: cuda runtime error (700) : an illegal memory access was encountered at mmdet/ops/iou/src/convex_giou_kernel.cu:853' ?Thanks alot

您好,在阅读您代码的时候有一个问题须要向您请教一下,您在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中各个位置分别代表什么?谢谢!

UnboundLocalError: local variable 'gmm' referenced before assignment But when I removed the "break" in for loop,it worked.