balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

loss function is not the same with the paper.In your code, you div the batch_size, but in the papr div N(the number of matched default boxes)?could you give me some advises? #292

Open fanbinqi opened 6 years ago

fanbinqi commented 6 years ago

loss function is not the same with the paper.In your code, you div the batch_size, but in the papr div N(the number of matched default boxes)?

Hizhaoyuan commented 5 years ago

hi, do you have some ideas about this issue?

yangdi92 commented 5 years ago

@fanbinqi i have same ques? do you know the code of loss function in caffe?