seathiefwang / RankPose

RankPose: Learning Generalised Feature with Rank Supervision for Head Pose Estimation
29 stars 7 forks source link

Ranking L1 or L2 #1

Open Guocode opened 4 years ago

Guocode commented 4 years ago

Hello, in your paper you use l1 ranking loss, but your code is l2 ranking loss, can you explain that. BTW, I have tried both and l2 outperforms l1 little.

seathiefwang commented 4 years ago

Hello, the results we presented in the paper are produced using L1 ranking loss. In the code, we implement both L2 and L1 ranking loss. Thx

hushunda commented 3 years ago

Hello, in your paper you use l1 ranking loss, but your code is l2 ranking loss, can you explain that. BTW, I have tried both and l2 outperforms l1 little.

请问你复现得到论文中结果了嘛?