YuDeng / Portrait-4D

Portrait4D: Learning One-Shot 4D Head Avatar Synthesis using Synthetic Data (CVPR 24); Portrait4D-v2: Pseudo Multi-View Data Creates Better 4D Head Synthesizer (ECCV 2024)
MIT License
166 stars 6 forks source link

textured mesh #9

Open blacksino opened 4 days ago

blacksino commented 4 days ago

hello, is it possible to export textured mesh ?

YuDeng commented 2 days ago

Our method does not predict textured mesh. One possible way is to first extract a proxy mesh surface using marching cubes, then send the mesh vertices back to the NeRF field to obtain their colors.