6DRepNet360
6DRepNet360 copied to clipboard
Official Pytorch implementation of "Towards Robust and Unconstrained Full Range of Rotation Head Pose Estimation"
Thank you for your work! I was trying to test the code on my own images. But it seems that I need .mat file for each image. I assume they...
Hi, Could you put your full code? please. I tried to implement your code, but I could not. Thank you in advance!
Hello, Good works, How to get headpose datasets (pitch\yaw\roll) of Panoptic ?
Hi, Could you make your fine-tuned model available, as you did in [6DRepNet](https://github.com/thohemp/6DRepNet)? please. I would like to test my own datasets on your own fine-tuned model for the comparison...
@thohemp I am using the [test](https://github.com/thohemp/6DRepNet360/blob/master/sixdrepnet360/test.py) script to run on my own video. However, the result is not very good as seen below.  could it be that the model...
Updates
Hi @thohemp! Do you intend to make more updates on the implementation of the 6DRepNet360? I am currently searching for a model to infer the human head orientation on videos...
Greetings, I was wondering when the code will become available, I am particularly interested in conversion of CMU Panoptic dataset into Euler Rotation Degrees for heads. You had mentioned in...
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....
Hello, I have a question about the method of calculating mae. The below is coded in your code. """ += torch.sum(torch.min(torch.stack((torch.abs(p_gt_deg - p_pred_deg), torch.abs(p_pred_deg + 360 - p_gt_deg), torch.abs( p_pred_deg...
Dear thohemp, I used your programming demo to estimate head orientation. While I was able to measure up to 180° of the front of the face, I could not achieve...