Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the final result #33

Open
Wakals opened this issue Apr 21, 2024 · 9 comments
Open

Question about the final result #33

Wakals opened this issue Apr 21, 2024 · 9 comments

Comments

@Wakals
Copy link

Wakals commented Apr 21, 2024

Thanks for your work for 3D generation, and I have learned a lot from your project. However, after I followed the README, and optimized 'a fox',
'''
python launch.py --config configs/gaussiandreamer-sd.yaml --train --gpu 0 system.prompt_processor.prompt="a fox" system.sh_degree=3
'''
I got a collapse result. There's noting rendered in ./output/a_fox@.../save/it1200-test.mp4 (the video is pure black) and I cannot open the ./output/a_fox@.../save/it1200-test-color.ply by MeshLab (It warns me that mesh contains 63539 vertices with NAN coords and 0 degenerated faces Corrected.). So may there anything wrong for my operations? I'll appreciate it if you reply!

@pramishp
Copy link

pramishp commented May 2, 2024

Getting the same issue ! However, the shape.gif and shape.ply are fine.

it1200-test.mp4

it1000-train
it1000-train

shape.gif
shape

@Zhao-Yihao
Copy link

I have met the same problem, the ply file cannot be import to unity engine.

@Peiqi00
Copy link

Peiqi00 commented Jun 14, 2024

I also encountered the same problem, the rendered results .png and .mp4 are both black with no content. May I ask if you have found a solution?

@Zhao-Yihao
Copy link

Actually I didn't solve directly, but it may be because you did not install the pkg tiny-cuda-nn

@Wakals
Copy link
Author

Wakals commented Jun 19, 2024

I also encountered the same problem, the rendered results .png and .mp4 are both black with no content. May I ask if you have found a solution?

Actually I have not tried to solve this problem. I find that the coordinates of GS do not update during the training (and sometimes go to NaN) and the loss keeps zero or NaN. What's I have learned from the author(s) is that this issue may be caused by gradient propagation for 3DGS within PyTorch-Lightning framework. And they are trying to solve it.

@Zhao-Yihao
Copy link

yes please check the if pkg tiny-cuda-nn installed

@lucker26
Copy link

是的,请检查是否安装了 PKG TINY-CUDA-NN

hello,原项目发布的shapE_finetuned_with_330kdata.pth链接失效了。您有新的下载链接吗,谢谢

@Wakals
Copy link
Author

Wakals commented Jul 23, 2024

yes please check the if pkg tiny-cuda-nn installed

Hi, you mean the pkg in requirements.txt? I guess I have installed it and I am able to find tinycudann==1.7 in pip list, however, I still got the broken results.

@QZhang2111
Copy link

Hi, I have the same problem, has anyone solved it? Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants