zju3dv / street_gaussians

[ECCV 2024] Street Gaussians: Modeling Dynamic Urban Scenes with Gaussian Splatting
Other
873 stars 50 forks source link

How to edit the scene as mentioned in the paper #45

Open 1138743695 opened 3 months ago

1138743695 commented 3 months ago

I noticed that the paper showcases very excellent scene editing effects (adding cars, deleting cars, adjusting directions, replacing, etc.), but I couldn't find the relevant details for implementing the editing operations in the readme and code. Could you please demonstrate how to achieve the editing functions as shown in the paper and on the paper's homepage?

tapowanliwuyun commented 2 months ago

Yes, amazing work!!! Could you please demonstrate how to achieve the editing functions as shown in the paper and on the paper's homepage?

zohairbadshah commented 4 days ago

Have you guys found the answer? @1138743695 @tapowanliwuyun

1138743695 commented 3 days ago

@zohairbadshah The editing method I am currently using is to directly edit the actor objects(things like vehicles in street_gs will be defined as an Actor), for example, to swap the positions of two vehicles, I swap their point cloud positions or swap their trajectories.