hustvl / GaussianDreamer

GaussianDreamer: Fast Generation from Text to 3D Gaussians by Bridging 2D and 3D Diffusion Models (CVPR 2024)
https://taoranyi.com/gaussiandreamer/
Apache License 2.0
589 stars 29 forks source link

Generating quality #27

Open qinbaigao opened 3 months ago

qinbaigao commented 3 months ago

Thanks open source for such an awesome job! I was just wondering if anyone has reproduced this work? I tried to generate "a fox" with this code, but the quality of the generation (“./output/.../save/it1200-text.mp4”) is very different from what is shown in the demo. What are the factors that might be contributing to the final generation quality. I have not changed any code and all dependencies are configured.

CuzKy commented 3 months ago

Thanks open source for such an awesome job! I was just wondering if anyone has reproduced this work? I tried to generate "a fox" with this code, but the quality of the generation (“./output/.../save/it1200-text.mp4”) is very different from what is shown in the demo. What are the factors that might be contributing to the final generation quality. I have not changed any code and all dependencies are configured.

did you meet this problem before?: FileNotFoundError: [Errno 2] No such file or directory: './load/shapE_finetuned_with_330kdata.pth'

qinbaigao commented 3 months ago

Thanks open source for such an awesome job! I was just wondering if anyone has reproduced this work? I tried to generate "a fox" with this code, but the quality of the generation (“./output/.../save/it1200-text.mp4”) is very different from what is shown in the demo. What are the factors that might be contributing to the final generation quality. I have not changed any code and all dependencies are configured.

did you meet this problem before?: FileNotFoundError: [Errno 2] No such file or directory: './load/shapE_finetuned_with_330kdata.pth'

I had this problem once. I downloaded the shapE weights from [https://huggingface.co/camenduru/GaussianDreamer/tree/main] and put it in the ''. /load'' folder. Is it because I downloaded the incorrect weights file?