SSD-Centerloss icon indicating copy to clipboard operation
SSD-Centerloss copied to clipboard

A implementation of centerloss in multi_box_loss

Results 5 SSD-Centerloss issues
Sort by recently updated
recently updated
newest added

I want use the loss on https://github.com/zeusees/FaceBoxes/blob/master/examples/faceboxes/train.prototxt I concat conv2_3/incep , conv3_2 , conv4_2 as "mbox_center_conf" center_features: 23 but, the error is: multibox_center_loss_layer.cpp:299] Check failed: conf_center_pred_.count() == bottom[4]->count() (16062464 vs....

Thanks for your work. I added your code to my SSD and trained on my own data, but I found some problems. 1. After 50000 iters, the mbox_loss decreased to...

After training a SSD model with standard multiboxloss, I want to use your center loss for fine-turning, but I dont know how to set a proper center_loss_weight, and cannot find...

Thank you for your sharing! My question is, the change about step (3) "Getting the center_features of each default box" is also in train.prototxt? The param "num_output" about VOC2007 equals...

I'm glad to see your work with centerloss,have you got some better performance with center loss than ohem in ssd?