您好,为什么使用自己的模型进行测试时会产生这个报错: bbox_tlwh[:, 0] = bbox_xywh[:, 0] - bbox_xywh[:, 2]/2. IndexError: too many indices for tensor of dimension 1
您好,为什么使用自己的模型进行测试时会产生这个报错:
bbox_tlwh[:, 0] = bbox_xywh[:, 0] - bbox_xywh[:, 2]/2.
IndexError: too many indices for tensor of dimension 1