sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 359 forks source link

how can i use views with different intrinsics (images captured by multi-cameras)? #32

Open qhdqhd opened 2 years ago

qhdqhd commented 2 years ago

my own data are captured by multiple different cameras with different intrinsics! thx!

LinGeLin commented 2 years ago

assert num_cameras == 1, "Only supports single camera"

link

alexanderfrey commented 2 years ago

so is it possible or not ?

Furenchampion commented 2 years ago

i meet the same question , you can simply delete that line of code