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

How can I query the 3D object using 'text', similar to how lerf's demo demonstrates? #14

Closed lif314 closed 5 months ago

lif314 commented 8 months ago

lerf website: https://www.lerf.io/. Thanks!

minghanqin commented 5 months ago

Thanks for your attention! We have open-sourced the evaluation part of the code, which includes a querying feature. If you want to achieve an effect similar to the LERF demo, you can do so by modifying the evaluation code.