prolificdreamer icon indicating copy to clipboard operation
prolificdreamer copied to clipboard

ProlificDreamer: High-Fidelity and Diverse Text-to-3D Generation with Variational Score Distillation (NeurIPS 2023 Spotlight)

Results 18 prolificdreamer issues
Sort by recently updated
recently updated
newest added

Hi, your work is impressive! I only have sparse horizontal view images of a car and want to train a complete car model. Can I use this method to improve...

在normal.py文件里面的313行,有import util,但并没有util包,也没有在项目文件里面看到util文件,所以来请教作者,感谢!

你好,我想问一下,为什么在sd.py中将grad传给了latents,但是执行了self.scaler.scale(loss).backward()后latents的值还是没有变化,请问VSD优化的对象是什么。

could use 3DGaussian splating instead of nerf?

When I run stage2 command, I get the following error. How can I solve it? command: CUDA_VISIBLE_DEVICES=1 python main.py --text "A pineapple." --iters 15000 --scale 100 --dmtet --mesh_idx 0 --init_ckpt...

What kind of GPU did the project need?And how long will the three stage run ?

hello! I am inquiring about an issue when executing your code and an error appears as if nothing happens at the last stage 3. There are three main types of...

你好,我想问一下,最终对particle进行训练的时候,当particle=4的时候,是相当于训练了四个nerf嘛?以及他们是如何一起训练的呢?

File "/data1/git-repo/prolificdreamer/gridencoder/grid.py", line 54, in forward _backend.grid_encode_forward(inputs, embeddings, offsets, outputs, B, D, C, L, S, H, dy_dx, gridtype, align_corners, interpolation) TypeError: grid_encode_forward(): incompatible function arguments. The following argument types are...

Can you add a google colab when you release