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.
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.