lkeab / gaussian-grouping

[ECCV'2024] Gaussian Grouping for open-world Anything reconstruction, segmentation and editing.
https://arxiv.org/abs/2312.00732
Apache License 2.0
500 stars 37 forks source link

I did not find it The relevant json files of lerf figurines provided #30

Open zbthello opened 3 months ago

zbthello commented 3 months ago

Thanks for sharing such high-level papers and projects! I am using the code provided by the project to reproduce the lerf figurines scene in the paper (that is, the display in Figure 1). After I successfully executed the train.py script and successfully trained it, how should I edit the lerf figurines scene (because I did not find it The relevant json files of lerf figurines provided), can you provide the relevant json files and execution command process of lerf figurines?

ymq2017 commented 2 months ago

Hi, thanks for watching our work! The json files we provide are examples of different editing. For example, if you want to remove some object(s) in figurines, you can find the corresponding id(s) in pseudo label and change the id(s) here for object removal.

zbthello commented 1 month ago

Thank you for your answer. May I ask what does removal_thresh in the json file represent and how is the value determined?