synthesiaresearch / humanrf

Official code for "HumanRF: High-Fidelity Neural Radiance Fields for Humans in Motion"
http://actors-hq.com
Other
449 stars 28 forks source link

How to extract meshes after training #14

Closed zZay closed 1 year ago

zZay commented 1 year ago

Hi, thanks for releasing the code and data of your great work :)

I want to extract meshes after training on my own data. And I find that a .abc to .obj converter is provided in [actorshq/toolbox], but I have no idea how to get the .abc file after training. Or are there any other methods (e.g., marching cubes) to obtain meshes in this project?

Thank you in advance!

isikmustafa commented 1 year ago

Hi, .abc files are only for ground truth meshes. We haven’t provided a way to extract meshes from the neural representation. You can use a library to run marching cubes on the resulting density field.