hustvl/GaussianDreamer

Generating quality

Opened this issue · 2 comments

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.

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'

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?