You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your great work. I noticed that you recommend below to set a bbox to select gs points to save. May I ask can I use some method like near plane far plane if I have depth images to extract foreground? How should I set the params or I need to write one?
I see. That's true one method to extract mesh use near-far plane. Now always we need to use w2c to project all gs points to one camera view. Thanks for your help!
Hi, thanks for your great work. I noticed that you recommend below to set a bbox to select gs points to save. May I ask can I use some method like near plane far plane if I have depth images to extract foreground? How should I set the params or I need to write one?
"Otherwise if you only want to extract the mesh for the foreground region, you can define a bbox for the object and only use the gaussian within the bbox for mesh extraction by changing the code here https://github.com/autonomousvision/gaussian-opacity-fields/blob/main/scene/gaussian_model.py#L379-L384."
Originally posted by @niujinshuchong in #37 (comment)
The text was updated successfully, but these errors were encountered: