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

Multiple cameras? Dynamic objects? #65

Open antithing opened 8 months ago

antithing commented 8 months ago

Hi, and thank you for making this available! Can I run this with multiple cameras, for example an overlapping 360 array? Would this improve accuracy?

How does this code deal with dynamic objects such as moving cars?

Can colmap be used in place of metashape?

Thanks!