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.55k stars 1.9k forks source link

Issues with the output point cloud files #855

Open JyothiPudota opened 4 months ago

JyothiPudota commented 4 months ago

I downloaded the set of 2d images for example playroom images and then used python convert.py -s data/playroom after converting it into the proper format trained using python train.py -s data/playroom. The output folder for iterations 7000 and 30000 point cloud files was small compared with the pertained models. After viewing the outputs using SIBR_Gaussian viewer it shows something like below for splats and Ellipsodis render mode.

github But for Initial points render mode it is showing as expected. github2 Can anyone please let me know what is the problem here?

jaco001 commented 4 months ago

Open proper file with --iteration 30000 param. For me you see just starting point cloud.

JyothiPudota commented 4 months ago

I tried loading --iteration 30000 param .ply file. This is the output it is showing. Is there any problem with the training or conversion?

image

saandeepa93 commented 3 weeks ago

Hi, did you ever find any solution for this?