BOBrown / SSD-Centerloss

A implementation of centerloss in multi_box_loss
72 stars 22 forks source link

What's the meaning of center_features in your MultiBoxCenterLoss? #8

Closed Look4-you closed 1 year ago

Look4-you commented 4 years ago

Hi. I saw the README.md. But I still don't understand the param multibox_center_loss_param { center_features: 16 # center_features represents the length of features that is equal to the length of object centers in each default box. }

What's the meaning of center_features. How did u get the value of center_features: 16? Did u set it Randomly?