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

About visualizing results #20

Closed
youzi260 opened this issue Apr 24, 2024 · 3 comments
Closed

About visualizing results #20

youzi260 opened this issue Apr 24, 2024 · 3 comments

Comments

@youzi260
Copy link

Thanks for the update on code saving results.
First of all, the SIBR_viewer you provided cannot be compiled and is stuck. I think other people have also encountered this problem. The sibr_viewer of 3dgs does not support the ply file you output. Can you provide a SIBR_viewer that can be compiled?
So I chose rerun.io to visualize the TUM training results. The error message showed that the traj.txt file was missing. This file is in the Replica data set. Is this visualization code only adapted to replica?

@Riboha
Copy link
Member

Riboha commented Apr 24, 2024

Hello!

As you mentioned, some users are suffering from problems in SIBR_viewer.
Most of the problems in compiling SIBR_viewer are caused by environmental differences, and it is not easy to help...
That is why I'm trying to make viewers with rerun.io, and currently, I have no plan to update SIBR_viewer.
And I'm planning to add a viewer with rerun.io which can load the .ply file and visualize it.

Currently implemented rerun.io viewer is for both replica and TUM datasets and worked well when I tested.
Maybe the error you got is caused by another reason.
Does the system work properly without rerun.io viewer but goes bad when using rerun.io viewer? Can you explain a little more about your situation?

@youzi260
Copy link
Author

youzi260 commented Apr 25, 2024

Thank you for your reply. Before I run "python -W ignore gs_icp_slam.py --rerun_viewer", I modified the dataset_path in gs_icp_slam.py to be the absolute path where the TUM dataset is located, and the output_path is ./experments/results after training the TUM dataset. In this result Many .png pictures and scene.ply files are saved. The error is reported as follows:

111

@Riboha
Copy link
Member

Riboha commented May 2, 2024

Sorry for the late response.
You need to change the directory of caminfo file! Like this,
python gs_icp_slam.py --[other arguments...] --config configs/TUM/[scene].txt

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