georgeretsi / smirk

Official Pytorch Implementation of SMIRK: 3D Facial Expressions through Analysis-by-Neural-Synthesis (CVPR 2024)
https://georgeretsi.github.io/smirk/
MIT License
126 stars 10 forks source link

Can I obtain the mesh files? #9

Closed GrizzCMX closed 1 month ago

GrizzCMX commented 1 month ago

The current results exist as monochromatic rendered mesh images. How can I directly obtain the mesh source files, for instance, stored in a common 3D file format like OBJ or others? Additionally, the paper mentions using FLAME as the facial prior, but the results do not appear to have FLAME topology. Is additional post-processing required?

raincrash commented 1 month ago

The flame param outputs are stored here, for example, and you can use them to create a mesh.

GrizzCMX commented 1 month ago

The flame param outputs are stored here, for example, and you can use them to create a mesh.

Thanks for your reply