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

Compared with ngp #23

Closed joseph16388 closed 1 year ago

joseph16388 commented 1 year ago

Compared with ngp, what are the advantages and disadvantages,thanks!

JOP-Lee commented 1 year ago

More realistic, with no artifacts or floaters Faster rendering speed(real-time inference) The training speed is slightly slower than ngp

joseph16388 commented 1 year ago

ok,thank u!