minghanqin / LangSplat

Official implementation of the paper "LangSplat: 3D Language Gaussian Splatting" [CVPR2024 Highlight]
https://langsplat.github.io/
Other
636 stars 63 forks source link

AttributeError: 'GroupParams' object has no attribute 'language_features_name' #9

Closed Neal2020GitHub closed 5 months ago

Neal2020GitHub commented 8 months ago

Hi, authors! Thanks for your great work!

When I run the QuickStart, it seems that I need to specify the source path.

In addition, there seems something wrong in 'cfg_args' that misses the attribute 'language_features_name'.

Would you please offer some help to solve it?

EricLeung22 commented 8 months ago

Same problem for me.

flybiubiu commented 8 months ago

Same

yashbhalgat commented 7 months ago

Just pass -l language_features_1080p_dim3 as an argument to your render.py command.

minghanqin commented 5 months ago

Thank you for your interest in our project. The code is updated now, and we have also open-sourced more content for everyone to use.