Jeff-sjtu / res-loglikelihood-regression

Code for "Human Pose Regression with Residual Log-likelihood Estimation", ICCV 2021 Oral
421 stars 43 forks source link

why coords and lables multiply hm_widt(hm_height/hm_depth) in def calc_coord_accuracy in metrics.py #62

Open FEIzhaohu opened 9 months ago

FEIzhaohu commented 9 months ago

great work! i wonder why coords and lables multiply hm_widt(hm_height/hm_depth) ?and Isn't this a regression method, Why is there a heatmap?