You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the comment in the code about the APLoss was wrong, it returns AP, not 1-AP.
Since for AP, higher is better, and it is the opposite for Regr3D, it's logical that the loss is Regr3D - AP.
Hello, I wanna know why the sign of MatchingLoss in the test_criterion is negtivate:
Regr3D(L21, norm_mode='?avg_dis', gt_scale=True, sky_loss_value=0) + -1.*MatchingLoss(APLoss(nq='torch', fp=torch.float16), negatives_padding=12288)"
The text was updated successfully, but these errors were encountered: