JOP-Lee / READ

AAAI2023,implementation of "READ: Large-Scale Neural Scene Rendering for Autonomous Driving", the experimental results are significantly better than Nerf-based methods
https://github.com/JOP-Lee/READ-Large-Scale-Neural-Scene-Rendering-for-Autonomous-Driving
GNU General Public License v2.0
447 stars 55 forks source link

There was a problem with scene stitching #35

Open Dongber opened 1 year ago

Dongber commented 1 year ago

When I placed the trained car into the scene, rendering issues occurred when using the concatenation method for point clouds and textures, but not when using the replacement method. (Due to the small number of car point clouds, a portion of the scene point clouds were replaced with car point clouds and the same was done with textures.) How did you guys solve the problem of scene editing?