xzltc
Results
1
issues of
xzltc
首先感谢谢谢博主的代码,有点小疑惑 loss那块的代码中,计算bbox中不包含物体误差的confidence误差那一项C-iou是不是应该改为C-0。 我看原文里写的 _If no pred object exists in that cell, the confidence scores should be zero._ ```python if iou1 >= iou2: coor_loss = coor_loss + 5 * (torch.sum((self.pred[i, 0:2,...