kerrj / lerf

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

How to extract the highlighted point cloud #82

Open robotNo201 opened 4 months ago

robotNo201 commented 4 months ago

I wonder if we can extract the highlighted point cloud in some format, such as 3d relevancy map, transformation matrix, or 3d clip embedding? Appreciate your help

owenonline commented 2 months ago

I would also like this @kerrj

gtangg12 commented 6 days ago

Since rendering all multiscale views of even one frame cannot fit in memory, I suppose rendering the dense point cloud just refers to rendering all views and testing? Is there any point cloud sparsification? @kerrj