NVlabs/eg3d

How to generate a video for mesh

Twizwei opened this issue · 3 comments

Thanks for sharing the code for this great work!

I have a question about how we can generate a video for mesh from multiple views, like Video 2 here? It could be useful if you can provide some tutorials or codes! Thanks!

Hi, Thanks for the question! I don't think we have any of the actual code anymore, but I'd be happy to describe the pipeline:

For the interpolation videos, we export and extract one mesh per frame.

Hi @matthew-a-chan, thanks for your answer! I ended up with using pyrender for the video frame by frame, and it works well.

Hi @matthew-a-chan, thanks for your answer! I ended up with using pyrender for the video frame by frame, and it works well.

Hi Yiran @Twizwei , could you share the code to generate video 2 using pyrender or illustrate a bit about the pipeline?