-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
I got wrong color between taichi viewer and PLY which converted from parquet. It got right color when opened by viewer but got strange color with PLY which is more contrast.
conda activate my_environment
cd /media/ichsan/DISK/taichi_3d_gaussian_splatting/
python3 visualizer.py --parquet_path_list OUTPUT/truck/best_scene.parquet
#########
I convert to PLY using this code. The PLY can be opened by Antimatter15 WebGL Splat viewer
conda activate my_environment
cd /media/ichsan/KERJAAN/Linux_World/taichi_3d_gaussian_splatting/
python3 parquet_to_ply.py --parquet_path OUTPUT/truck/best_scene.parquet --ply_path OUTPUT/truck/point_cloud.ply
########
Python version==3.10.10
CUDA version==12.1.105
taichi==1.7.0
taichi-3d-gaussian-splatting==0.0.1
torch==2.1.2
torchvision==0.16.2
plyfile==1.0.2
Metadata
Metadata
Assignees
Labels
No labels

