MrNeRF / gaussian-splatting-cuda

3D Gaussian Splatting, reimagined: Unleashing unmatched speed with C++ and CUDA from the ground up!
Other
909 stars 74 forks source link

Show info on unsupported camera model #19

Closed paulmelis closed 1 year ago

paulmelis commented 1 year ago

Of course I have existing (nerf) datasets whose camera model isn't supported, but needed to know what that model actually is (OPENCV). So I added a switch() for that. There might be clever ways in C++XX to do it nicer, but this works.