minghanqin / LangSplat

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

display result #22

Open PrinceWYS opened 8 months ago

PrinceWYS commented 8 months ago

Thank you very much for your excellent work! However, while following this project, I am unsure how to display a demo similar to the effects in your demo. Could you please tell me how to do it? Thank you!

minghanqin commented 7 months ago

Hi, We have open-sourced the evaluation part of the code. Our demo video comes from a modified version of the eval code. The specific modifications include: 1. Separating text queries and metric calculations. 2. Reading camera poses and obtaining the camera trajectory through interpolation. Thanks for your attention!

PrinceWYS commented 7 months ago

Hi, We have open-sourced the evaluation part of the code. Our demo video comes from a modified version of the eval code. The specific modifications include: 1. Separating text queries and metric calculations. 2. Reading camera poses and obtaining the camera trajectory through interpolation. Thanks for your attention!

Thank you very much for your response! Recently, I have been working on reproducing the results from your paper and would like to visualize them. Would it be possible for you to provide the relevant portion of the code? I would be extremely grateful for your assistance!