Jeff-sjtu / res-loglikelihood-regression

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

about the comparison between hrnet and rle-hrnet #26

Open WeianMao opened 2 years ago

WeianMao commented 2 years ago

hi, i am prepare to cite you paper, but i am confuse about the table2 in your paper. there are 2 issue. first, the simple baseline in your paper is 71.0, but in the simple baseline in its official paper is 70.4. second, the hrnet in your paper is 74.1, but the result in official paper is 74.4. can you provide more detail of those experiment? thank you!

Jeff-sjtu commented 2 years ago

Hi @maowayne123, we re-train SimplePose and HRNet with the same settings as RLE for a fair comparison. The model is trained for 230 epochs in total. The learning rate is set to 0.001 and multiplied by 0.1 at 170th and 200th epoch. Data augmentations include horizontal flip(50%), rotations(45%), scale(25%) and etc. You can refer to the config file for more details.