graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
14.9k stars 1.95k forks source link

Extract data of ellipsoids #996

Open 3406212002 opened 2 months ago

3406212002 commented 2 months ago

I want to get the mean and covariance of all ellipsoids of the fitting structure, is this achievable?

AsherJingkongChen commented 1 month ago

Yes, you can bind the CUDA kernel function such as computeCov3d, transformXXX

3406212002 commented 8 hours ago

Yes, you can bind the CUDA kernel function such as computeCov3d, transformXXX

Hi,thanks for your kind reply,I will try that later.