buaavrcg / LEGaussians

Pytorch Code for "LEGaussians: Language Embedded 3D Gaussians for Open-Vocabulary Scene Understanding"
https://buaavrcg.github.io/LEGaussians/
MIT License
100 stars 14 forks source link

Error while running `train.py` #14

Closed PrinceWYS closed 1 month ago

PrinceWYS commented 1 month ago

Thanks for your excellent work! However, when I'm trying to train lerf/ramen dataset by running "python train.py --config ramen.config", it occurs to an error: image It also happens when I use the preprocessed pt in your mipnerf/garden/images How can I solve this problem?

Chuan-10 commented 1 month ago

Hi, from the terminal image, it looks like the dimensions of the rendered semantic features might be incorrect. This could happen if the features aren’t clipped properly or if the gaussian rasterization isn’t installed correctly. Please check if this issue occurs only with the ramen and garden scenes. Any additional information would be helpful.

PrinceWYS commented 1 month ago

Thank you! I reinstalled diff-gaussian-rasterization module, and it works!

Au-LiuJY commented 1 month ago

Thank you! I reinstalled diff-gaussian-rasterization module, and it works!

I reinstall it but it still fail to work.So sad.