kerrj / lerf

Code for LERF: Language Embedded Radiance Fields
https://www.lerf.io/
MIT License
649 stars 63 forks source link

how to render the relevancy map with cli, given the text query #76

Open 41xu opened 7 months ago

41xu commented 7 months ago

We can get the query result in the viewer. But I'm wondering how to get the relevance map and the queried result with cli?

jiachen0212 commented 7 months ago

We can get the query result in the viewer. But I'm wondering how to get the relevance map and the queried result with cli?

i also want to know, ..~

wb014 commented 6 months ago

I face the same problem. Have you figured it out?

41xu commented 5 months ago

Hey guys @jiachen0212 @wb014! I noticed that a follow-up work of LeRF, LangSplat, has released their code of evaluation the relevancy map, borrowed from LeRF and NerfStudio. Maybe their work will be helpful: LangSplat/eval.