Text2NeRF
Text2NeRF copied to clipboard
Official implementation of 'Text2NeRF: Text-Driven 3D Scene Generation with Neural Radiance Fields'
``` Epoch 019 Step 00270: psnr: 19.72 l_rgb: 0.010838 l_depth: 0.001648 l_trans: 0.000423: 100%|█| 270/270 [00:31
Hi, I really liked your work and wanted to run a few experiments. I see that you create a support set of 8 images for the main reference image. Do...
Hello and thank you for your wonderful work. I would like to ask again if you have done some preprocessing on the scale of the depth map inferred by the...
Which smaller models can be used, the weights are too big for colab, especially the stable diffusion one.
Hi @eckertzhang , thanks for your wonderful work! I have some problems when I follow your tutorial to generate a 360 scene, using my custom text prompt. `CUDA_VISIBLE_DEVICES=0 python text2nerf_main.py...
I noticed that you have in your requirements.txt file some lines that are not packages but rather have a different format, e.g: ``` boltons @ file:///croot/boltons_1677628692245/work Brotli @ file:///tmp/abs_ecyw11_7ze/croots/recipe/brotli-split_1659616059936/work ```...
Hello, I got the following message when installing conda with environment.yaml: Pip subprocess error: ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,=3.7,=3.7,=3.7,
What hardware resources are needed for training this job (graphics card model and memory), and how long is the training time approximately?
I used A100 40G for inferencing this project, but there was no result for a long time. How should I solve it?
Thank you for sharing your excellent work. I want to run the rendering command `CUDA_VISIBLE_DEVICES=0 python text2nerf_main.py --config 'configs/text2nerf_scenes.txt' --expname 'text000' --prompt 'a beautiful garden' --datadir 'data_example/text000' --pose_traj 'local_fixed' --regen_pose...