leeyegy / SimCC

[ECCV'2022 Oral] PyTorch implementation for: SimCC: a Simple Coordinate Classification Perspective for Human Pose Estimation (http://arxiv.org/abs/2107.03332). Old name: SimDR
317 stars 29 forks source link

loss #6

Closed chouqin3 closed 2 years ago

chouqin3 commented 2 years ago

NMTNORMCritierion is regarded as a loss function, rather than CE. Could you explain that

leeyegy commented 2 years ago

The name 'NMTNORMCritierion' may cause some confusion. In fact, it's a KL loss function which incorporates label smoothing. I will unify the name of these loss functions to avoid confusion.

chouqin3 commented 2 years ago

Thanks for the reply.