pierotofy / OpenSplat

Production-grade 3D gaussian splatting with CPU/GPU support for Windows, Mac and Linux 🚀
https://antimatter15.com/splat/?url=https://splat.uav4geo.com/banana.splat
GNU Affero General Public License v3.0
933 stars 87 forks source link

Infer the other cameras #113

Closed yuxiaoz closed 4 months ago

yuxiaoz commented 4 months ago

After training, how to utilize the model to render the other cameras and save the ply? From the code, I can forward using a camera and get a predict "rgb", how to get the dense point clouds? Appreciate.