Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIBR viewer not working on custom data #143

Open
josephldobson opened this issue Jun 15, 2024 · 3 comments
Open

SIBR viewer not working on custom data #143

josephldobson opened this issue Jun 15, 2024 · 3 comments

Comments

@josephldobson
Copy link

Hi there,

Firstly thanks for this work, I'm excited to get it working.

When I train the model using
python train.py -s "/mnt/c/Users/josep/Documents/images/tree_garden2" --port 6017 --expname "custom" --configs arguments/hypernerf/default.py

It trains fine, and finishes training without any problems, however when I try to view the training using the SIBR viewer I get the error:
C:\Users\josep\Documents\images\viewers\bin>SIBR_remoteGaussian_app.exe --port 6017 [SIBR] -- INFOS --: Initialization of GLFW [SIBR] -- INFOS --: OpenGL Version: 4.6.0 NVIDIA 555.99[major: 4, minor: 6] [SIBR] -- INFOS --: Trying to connect... [SIBR] -- INFOS --: Connected! [SIBR] ## ERROR ##: FILE C:\projects\gauss2\SIBR_viewers\src\core\scene\ParseData.cpp LINE 560, FUNC sibr::ParseData::getParsedData Cannot determine type of dataset at //mnt/c/Users/josep/Documents/images/tree_garden2 [SIBR] ## ERROR ##: FILE C:\projects\gauss2\SIBR_viewers\src\projects\remote\apps\remoteGaussianUI\main.cpp LINE 54, FUNC resetScene Problem loading model info from input path /mnt/c/Users/josep/Documents/images/tree_garden2. Consider overriding path to model directory using --path.

Furthermore, after training, I am unable to load the trained model into the SIBR viewer:
C:\Users\josep\Documents\images\viewers\bin>SIBR_remoteGaussian_app.exe -m "\\wsl.localhost\Ubuntu\home\joe\repos\4DGaussians\output\custom" [SIBR] -- INFOS --: Initialization of GLFW [SIBR] -- INFOS --: OpenGL Version: 4.6.0 NVIDIA 555.99[major: 4, minor: 6] [SIBR] -- INFOS --: Trying to connect....

Thanks for your help!

@guanjunwu
Copy link
Collaborator

Hi,
Sorry for late reply,
is your data corresponds to colmap/dnerf format? The viewer only support that 2 versions of format.

@josephldobson
Copy link
Author

Hi, its in colmap format

@guanjunwu
Copy link
Collaborator

Hi,
This viewer can only watch the model during the training. you can modify the training iteration and open the viewer then stop the model's training if you want.
But the ERROR log said the data format is wrong? Can you open the viewer when training the 3DGS? I didn't modify the code of viewer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants