latent-nerf
latent-nerf copied to clipboard
Official Implementation for "Latent-NeRF for Shape-Guided Generation of 3D Shapes and Textures"
Hi, I keep getting Cuda out of memory... Which parameters should I change for this?
What is the easiest way to convert a NeRF generated using this project into a mesh (.obj, for example)?
Hello, I'm trying to reproduce the german shepherd example in the paper by using the animal.obj file in the shapes folder but it's far from the quality presented in the...
### In latent-paint mode, when i use rgb to train which means "texture-rgb-mesh", i get some strange results. **1. In latent mode["texture-mesh"], the result seems reasonable**  **2.In rgb mode["texture-rgb-mesh"],...
Hi, Thank you for your nice work and open source. Could you give me an example command to run Textual Inversion? I run it with this command _python -m scripts.train_latent_nerf...
This is perfect work! If I want to use my data(eg, some images) as input, how to modify nerf_dataset.py. Can you give me some advice? Thank you very much!
I tried to reproduce the result with default parameters. However, I got worse results than the reported results.
I use the default codebase and command for training: python -m scripts.train_latent_nerf --log.exp_name 'sand_castle' --guide.text 'a highly detailed sand castle' --render.nerf_type latent And I get this strange result '5001_rgb.mp4'. Does...
Hi, I set the epoch from 5000 to 10000, and adjusted the learning rate from 1e-3 to 5e-4, and got quite good results. However, this learning rate seems not good...
Dear eladrich, Thanks for your great repo! I tried to add a start_shading_iter. However I find that the result of adding "lambertian" shading is kinda strange. I just wanna ask...