eric612 / Caffe-YOLOv3-Windows

A windows caffe implementation of YOLO detection network
Other
211 stars 128 forks source link

Why X&Y&HasObject&classlabel loss not use binary_crossentropy? #21

Open 15900854096 opened 5 years ago

15900854096 commented 5 years ago

your W&H loss use MSE is as same as paper,but your X&Y&HasObject&classlabel also use MSE is not as same as paper,paper use binary_crossentropy,why?