tijiang13 / InstantAvatar

InstantAvatar: Learning Avatars from Monocular Video in 60 Seconds (CVPR 2023)
376 stars 32 forks source link

Is there a way to export the 3d model in a obj, ply, or other 3d format? #84

Closed rowellz closed 1 month ago

rowellz commented 1 month ago

Thanks for sharing this awesome work! I am trying to run this on the seattle/neuman custom data example, and it is mostly working! I run process-sequence.sh and everything works fine until the very last script, visualize-SMPL.py. However, I am not sure if I necessarily need to visualize the data. I am really just trying to export the various .npz & .npy data into a format that can be used in something like open3d. Is that possible at the moment? By chance could that be a feature of the visualize-SMPL.py? Thanks again