graphdeco-inria / hierarchical-3d-gaussians

Official implementation of the SIGGRAPH 2024 paper "A Hierarchical 3D Gaussian Representation for Real-Time Rendering of Very Large Datasets"
Other
857 stars 78 forks source link

SIBR viewer killed #70

Open jinxxo-j opened 1 week ago

jinxxo-j commented 1 week ago

Hello! I have trouble in using SIBR viewer..

error code is below:

SIBR_viewers/install/bin/SIBR_gaussianHierarchyViewer_app --path /media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/camera_calibration/aligned --scaffold /media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/output/scaffold/point_cloud/iteration_30000 --model-path /media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/output/merged.hier --images-path /media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/camera_calibration/rectified/images --budget 9000 [SIBR] -- INFOS --: Initialization of GLFW [SIBR] -- INFOS --: OpenGL Version: 4.6.0 NVIDIA 535.183.01[major: 4, minor: 6] Number of input Images to read: 5822 Number of Cameras set up: 5822 [SIBR] -- INFOS --: Error: can't load mesh '/media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/camera_calibration/aligned/sparse/0/points3d.txt. [SIBR] -- INFOS --: Error: can't load mesh '/media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/camera_calibration/aligned/sparse/0/points3d.ply. [SIBR] -- INFOS --: Error: can't load mesh '/media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/camera_calibration/aligned/sparse/0/points3d.obj. LOADSFM: Try to open /media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/camera_calibration/aligned/sparse/0/points3D.bin Num 3D pts 2390040 [SIBR] -- INFOS --: SfM Mesh '/media/jinwoo/fe487163-a583-4e0c-8f8a-b4898c3e5d1f/small_city/camera_calibration/aligned/sparse/0/points3d.txt successfully loaded. (2390040) vertices detected. Init GL ... [SIBR] -- INFOS --: Init GL mesh complete USED RES (1024,690) scene w h 1024 : 690 NAME pass1_0000.jpg Warning: GLParameter user_color does not exist in shader PointBased [SIBR] -- INFOS --: Allowing up to 13144786 Gaussians in VRAM Killed

ameuleman commented 1 week ago

Hi, that looks like an oom kill. You might not have enough CPU memory to load the hierarchy.