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 cannot run normally #710

Open
Fyiwen opened this issue Mar 15, 2024 · 9 comments
Open

SIBR_viewer cannot run normally #710

Fyiwen opened this issue Mar 15, 2024 · 9 comments

Comments

@Fyiwen
Copy link

Fyiwen commented Mar 15, 2024

微信图片_20240315184559
I can run train.py smoothly,and i can get the output(four file:point cloud,cameras,cfg,input),but
when i want to see the output by SIBR_viewer.py, after the page is displayed, the content is blank and automatically closes after a few seconds. I have seen some issues the same to me,but i cannot work.please help me!

@jaco001
Copy link

jaco001 commented Mar 19, 2024

You need directory structure. SIBR search for files in specific places. Eg point_cloud subfolder with iteration_xxxx where xxxx is a number of steps (any number ;)) and here must be point_cloud.ply
You need cameras.json and cfg_args in main directory

After that check just type eg:
SIBR_gaussianViewer_app.exe -m "FULL_DIRECTORY_PATH" --iteration 30000
(there is a space in parameter and number corespond to xxxx number in subdirectory.)

@Fyiwen
Copy link
Author

Fyiwen commented Mar 20, 2024

You need directory structure. SIBR search for files in specific places. Eg point_cloud subfolder with iteration_xxxx where xxxx is a number of steps (any number ;)) and here must be point_cloud.ply You need cameras.json and cfg_args in main directory

After that check just type eg: SIBR_gaussianViewer_app.exe -m "FULL_DIRECTORY_PATH" --iteration 30000 (there is a space in parameter and number corespond to xxxx number in subdirectory.)

I have check the directory,my directory like:
微信图片_20240320101150

and i use command: F:XXXXX\SIBR_gaussianViewer_app.exe -m "......\output\fg" --iteration 30000
but the viewer still run normally

@jaco001
Copy link

jaco001 commented Mar 20, 2024

Check list

  1. iteration_30000\point_cloud.ply - is not empty
  2. cfg_args and cameras.json - is not empty (if you have trouble there use same file from other conversion)
  3. There are two SIBR viewers: one you can compile onself and second is in viever directory (precompiled)
    Only problem is CUDA and shader version range at your graphics card. If you use gtx 10xx it can be too old.

@Outlook034
Copy link

i have the same problem as Fyiwen,how to deal with that

@huangzhanhua02
Copy link

i have the same problem as Fyiwen,how to deal with that

I have the same problem on windows, it tortured me all day and I also want to know how to solve it

@Fyiwen
Copy link
Author

Fyiwen commented Apr 24, 2024

i have the same problem as Fyiwen,how to deal with that

I have the same problem on windows, it tortured me all day and I also want to know how to solve it

sorry,I still cannot solve it.

@Tao-617
Copy link

Tao-617 commented Dec 13, 2024

i have the same problem as Fyiwen,how to deal with that

I have the same problem on windows, it tortured me all day and I also want to know how to solve it

sorry,I still cannot solve it.

Have you solved it? I also have the same problem now.

@abysee
Copy link

abysee commented Dec 16, 2024

I encountered the same problem, and I found there're strict restrictions between the cuda version and Visual Studio version and the installation order between them. Please double check the installation menu about the requirement. I myself have turned to using Linux even though I successfully built it on Windows after struggling for several days reinstalling the environment over and over again.

@Stray36
Copy link

Stray36 commented Jan 12, 2025

I solved it by right-click on SIBR_gaussianViewer_app.exe and select 'Run as administrator'.Then run the command: SIBR_gaussianViewer_app.exe -m "FULL_DIRECTORY_PATH".

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

7 participants