zju3dv / NeuMesh

Code for "MeuMesh: Learning Disentangled Neural Mesh-based Implicit Field for Geometry and Texture Editing", ECCV 2022 Oral
https://zju3dv.github.io/neumesh/
MIT License
385 stars 13 forks source link

Rendering time #4

Closed wamiq-reyaz closed 2 years ago

wamiq-reyaz commented 2 years ago

Hello,

I was wondering how much the render time is. I use your render.py script with the default params and it takes me about 24hrs to render the final video on an RTX 3090.

Is this the expected time? Or is the FRNN falling-back to a brute-force cpu-based method? How exactly would I test if the FRNN library has been compiled properly?

There are a few tests inside the repo here but they are based on meshes and data that does no exist in the repo.

chobao commented 2 years ago

Hi, wamiq-reyaz! Rendering a full-resolution(1600x1200) image takes about 10 minutes on my RTX3090. The video in README.md is rendered with --downscale 4. I think the downscale option should be set if a fast inference is needed: https://github.com/zju3dv/NeuMesh/blob/86ebce817aeba64a00473e05d9d5ad413dbe4147/render.py#L295

chobao commented 2 years ago

Close the inactive activities. Feel free to reopen it if you still have problems.