res-loglikelihood-regression icon indicating copy to clipboard operation
res-loglikelihood-regression copied to clipboard

Code for "Human Pose Regression with Residual Log-likelihood Estimation", ICCV 2021 Oral

Results 32 res-loglikelihood-regression issues
Sort by recently updated
recently updated
newest added

From the paper \bar\mu seems should be 0 mean, variance 1 random variable. Is there any mechanism to guarantee that? Thank you.

Thanks for your excellent work. Do the masks in the RealNVP model correspond to the shuffle operation?

Hi, Thank you for sharing your great work! I tried to run your training scripts. But my machine only has 4 GPUs. So I changed its WORLD SIZE to 4...

Great jobs! Can I ask a question? Can this method used for multi-person directly regression. I mean inputting an image I, it directly generates candidate keypoints of all persons. (In...

Hi there, really thanks for your amazing work. When reading your source code, I found one place that I don't really understand its meaning. In your regression_nf.py (model), you re-construct...

one gpu training,run trian.py meet this error `` Traceback (most recent call last): File "D:/rhnet-daima/res-loglikelihood-regression-master/res-loglikelihood-regression-master/scripts/train.py", line 172, in main() File "D:/rhnet-daima/res-loglikelihood-regression-master/res-loglikelihood-regression-master/scripts/train.py", line 45, in main mp.spawn(main_worker, nprocs=ngpus_per_node, args=(opt, cfg)) File...

valueerror occurs at self.flow.log_prob() during training. NAN appears in the values.