SizheAn / PanoHead

Code Repository for CVPR 2023 Paper "PanoHead: Geometry-Aware 3D Full-Head Synthesis in 360 degree"
Creative Commons Zero v1.0 Universal
1.91k stars 236 forks source link

Details about Pre-trained Models? #3

Closed kyusuncho closed 1 year ago

kyusuncho commented 1 year ago

Hi, thanks for the great work and for sharing this helpful repository. However, I do have some questions about the provided pre-trained models. I see you provided 3 pkl files, and I can infer that the easy-khair-180-gpc0.8-trans10-025000.pkl is the desired one to use.

Could you also provide me some details about how the other two models differ from that one? Thanks a lot.

SizheAn commented 1 year ago

Basically only the easy-khair-180-gpc0.8-trans10-025000.pk is a good checkpoint that we release for demo. baseline is basically eg3d, but trained with our data. And the ablation one is for ablation study where tri-grid's depth = 1.

kyusuncho commented 1 year ago

Thanks a lot!