thohemp / 6DRepNet

Official Pytorch implementation of 6DRepNet: 6D Rotation representation for unconstrained head pose estimation.
MIT License
550 stars 72 forks source link

pre-trained models #22

Closed SaharR1372 closed 2 years ago

SaharR1372 commented 2 years ago

Hi, Thanks for this amazing work. I am really interested in your work. I just want to test your network on the 2 test dataset (AFLW2000 and BIWI). I am wondering that why you provide two .pth files (6DRepNet_300W_LP_AFLW2000.pth and 6DRepNet_300W_LP_BIWI.pth ) for each specific test data, should not we just test the network with one pretrained model for both test datasets?

I am looking forward to your response, Thanks

thohemp commented 2 years ago

Hi, we made multiple runs with the exact same setup and chose the model with the best results for each dataset separately. This highlights what accuracy can be achieved for each test set. In the end, the results only differ marginally. E.g: testing 6DRepNet_300W_LP_BIWI.pth on AFLW2000 gives us: Yaw: 3.8616, Pitch: 5.0512, Roll: 3.5041, MAE: 4.1390

SaharR1372 commented 2 years ago

Great. Thanks for your quick response.