springkim/YOLOv3_SpringEdition

About the loss

door5719 opened this issue · 4 comments

About the loss

Hi @door5719 .I think you want to implement that, but in fact I haven't finished reading this paper. I will share my idea( i hope implement) after I study it.. Thanks for sharing good paper.

I'm very glad to get your reply.If you finish implementing that paper,please give me some advice.Thank you very much.

Hi @door5719 ,
Truth means Ground Truth(GT). We have to compare with GT to get the loss of the prediction box, but there are many prediction boxes and GT's on the image. So we use IOU to see which predictive boxes and GT are responsive.

@springkim thank you very much