taokong / RON

RON: Reverse Connection with Objectness Prior Networks for Object Detection, CVPR 2017
355 stars 134 forks source link

Changing alpha and beta #16

Closed shabnamghadar closed 7 years ago

shabnamghadar commented 7 years ago

Hi, thanks you so much for the code, can you tell me how can I change alpha and beta from equation(2)? This is to change the loss function Thanks

taokong commented 7 years ago

Your can easily change them in the traing proto file (loss_weight)

yushanshan05 commented 7 years ago

I have see that the loss_weight of rpn_loss_bbox, rpn_loss_cl and det_loss_cls is always 1. And alpha and beta in your paper is 0.3, Is it the same? Thanks!

taokong commented 7 years ago

Yes @yushanshan05