nerlfield / wild-gaussian-splatting

DUSt3R + Gaussian Splatting
146 stars 12 forks source link

Colors of stored point cloud #3

Open zhongyingji opened 2 months ago

zhongyingji commented 2 months ago

Hi, thanks to the nice implementation!

I noticed in the original gs implementation https://github.com/graphdeco-inria/gaussian-splatting/blob/main/scene/dataset_readers.py#L111, the rgb from the saved point cloud should be in range of [0, 255].

But here, the rgbs of points to be saved are in range of [0, 1] (from dust3r).

Screen Shot 2024-04-30 at 17 34 34

Is there any problem or I just misunderstand it? Thank you : )