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

center_loss_cls is too big

Open blueskych opened this issue 3 years ago • 1 comments

Hi, yifan, I tried to train the model on my own dataset, but I found the value of center_loss_cls is too big(from 100 to 300) when training. I want to know why and how to solve that problem.

blueskych avatar Jul 12 '22 02:07 blueskych

Sorry I don't know much about your own data. These might be caused by inaccurate predictions of candidate points, so you can turn down the vote weight in LOSS_WEIGHTS, and adjust the EXTRA_WIDTH in TARGET_CONFIG. May it help you!

yifanzhang713 avatar Jul 29 '22 17:07 yifanzhang713