thohemp / 6DRepNet360

Official Pytorch implementation of "Towards Robust and Unconstrained Full Range of Rotation Head Pose Estimation" IEEE TIP 24
MIT License
106 stars 2 forks source link

your results is wrong. #1

Open KimNaser opened 11 months ago

KimNaser commented 11 months ago

I implemented your code using this CMU Panoptic. I got 2.66 as you obtained. The issue is in your test.py code. You should correct it and get MAE around 6.68. I think if you will report this result. It will affect your first work (6d rotation representation for unconstrained head pose estimation).

I hope that I am wrong and you are correct.

Try to change the batch size =1 and see your results.