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
935 stars 87 forks source link

Questions about compiling SIBR_viewers #49

Open Yingminj opened 2 months ago

Yingminj commented 2 months ago

Hi~ Wonderful Work! I followed the instructions in the read me to build SIBR viewers but failed. I got the following error when building: cmake --build build -j --target install --config Release

/home/ros/YING/hierarchical-3d-gaussians/SIBR_viewers/src/projects/hierarchyviewer/apps/gaussianHierarchyViewer/main.cpp: In function ‘int main(int, char**)’: /home/ros/YING/hierarchical-3d-gaussians/SIBR_viewers/src/projects/hierarchyviewer/apps/gaussianHierarchyViewer/main.cpp:114:148: error: no matching function for call to ‘sibr::SceneDebugView::SceneDebugView(sibr::BasicIBRScene::Ptr&, sibr::InteractiveCameraHandler::Ptr&, sibr::GaussianAppArgs&, const char*)’ 114 | ared_ptr<sibr::SceneDebugView> topView(new sibr::SceneDebugView(scene, generalCamera, myArgs, myArgs.imagesPath.get().c_str()));

I tested on Ubuntu 20.04 using the following: CMake 3.22.1 gcc 11.4.0 CUDA 11.8.