BobLiu20/YOLOv3_PyTorch

About the loss computation

Opened this issue · 1 comments

I was confused about why use BCE to compute the loss of 'x' & 'y', could it be MSE?

loss_x = self.bce_loss(x * mask, tx * mask)

I was confused about why use BCE to compute the loss of 'x' & 'y', could it be MSE?

loss_x = self.bce_loss(x * mask, tx * mask)

I have same question with you