taichi-dev / taichi-nerfs

Implementations of NeRF variants based on Taichi + PyTorch
Apache License 2.0
726 stars 49 forks source link

Other camera model supports #93

Open XLY43 opened 6 months ago

XLY43 commented 6 months ago

Hi, would there be any plans of implementing other camera models? The original NGP supports other OPENCV and radial distortion models. Would be great to see them here too! If we were to deploy them ourselves, any tips on where to look at? Maybe in the direction calculation+get_rays?