hikvision-research/opera

About 'mmdet.NegLoss'

Yamameeee opened this issue · 1 comments

For heatmap regression, you use mmdet.NegLoss.
But, I can't find NegLoss in mmdet and mmcv.
Where the NegLoss is defined?

NegLoss is a customed loss function for heatmap regression, as mentioned in CenterNet.
We have wrapped and rename this loss function as CenterFocalLoss.
Please see the latest code. Thanks.