hturki / suds

Scalable Urban Dynamic Scenes
MIT License
199 stars 16 forks source link

Spatial alignment and appearance gap #40

Open Beastmaster opened 1 year ago

Beastmaster commented 1 year ago

Hi, Thanks for your brilliant work in the first. I have some questions on spatial partitioning.

  1. How did you align adjacent blocks? Did you use methods like Block-NeRF?
  2. I found that you assign camera rays according to blocks. There is no blending when rendering. How didi you alleviate appearance gap among different blocks?

Thanks!