-
Notifications
You must be signed in to change notification settings - Fork 339
Description
当我使用dnerf数据集训练viewer是可以用的。但是当我用hypernerf数据集时打开viewer会闪退,报错如下:
(Gaussians4D) PS E:\4DGaussians> ./viewers/bin/SIBR_remoteGaussian_app.exe --port 6017 # port should be same with your trainging code.
[SIBR] -- INFOS --: Initialization of GLFW
[SIBR] -- INFOS --: OpenGL Version: 4.6.0 NVIDIA 573.24[major: 4, minor: 6]
Warning: GLParameter user_color does not exist in shader PointBased
[SIBR] -- INFOS --: Trying to connect...
[SIBR] -- INFOS --: Connected!
[SIBR] ## ERROR ##: FILE C:\Users\alanvin.AD\Repos\Github\3dgs\SIBR_viewers\src\core\scene\ParseData.cpp
LINE 560, FUNC sibr::ParseData::getParsedData
Cannot determine type of dataset at /E:\4DGaussians\data\hypernerf\espresso
[SIBR] ## ERROR ##: FILE C:\Users\alanvin.AD\Repos\Github\3dgs\SIBR_viewers\src\projects\remote\apps\remoteGaussianUI\main.cpp
LINE 54, FUNC resetScene
Problem loading model info from input path E:\4DGaussians\data\hypernerf\espresso. Consider overriding path to model directory using --path.
另一个控制台显示:[WinError 10054] 远程主机强迫关闭了一个现有的连接。
请问如何解决这个问题?