You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Inference time can be found in section B.3. of the paper.
Under the reconstruction setting with the same batch size, a single guided DDIM step or Langevin step takes 0.21 sec, and a single outer finetuning step takes 0.28 sec (when K_in = 4). This sums up to around 23 sec for reconstructing a batch of 8 Cars (single-view), and 102 sec for reconstructing a batch of 8 Chairs (single-view) with additional Langevin steps. Once the triplane latent codes are sampled, neural rendering can be performed in real time to synthesize the output images.
To get textured meshes however, you need additional post-processing code to extract them from the nerfs, which is not supported in this codebase.
Hi! Inference time can be found in section B.3. of the paper.
Under the reconstruction setting with the same batch size, a single guided DDIM step or Langevin step takes 0.21 sec, and a single outer finetuning step takes 0.28 sec (when K_in = 4). This sums up to around 23 sec for reconstructing a batch of 8 Cars (single-view), and 102 sec for reconstructing a batch of 8 Chairs (single-view) with additional Langevin steps. Once the triplane latent codes are sampled, neural rendering can be performed in real time to synthesize the output images.
To get textured meshes however, you need additional preprocessing code to extract them from the nerfs, which is not supported in this codebase.
Thanks for your reply, I will read your paper carefully and try to extract mesh with texture
Hello, may I ask how long it will take to reconstruct the Mesh with texture using the picture?
The text was updated successfully, but these errors were encountered: