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

ubuntu failed to run #3

Open
SSground opened this issue Apr 13, 2021 · 7 comments
Open

ubuntu failed to run #3

SSground opened this issue Apr 13, 2021 · 7 comments

Comments

@SSground
Copy link

Is it due to insufficient RAM ?
image

@sxyu
Copy link
Owner

sxyu commented Apr 22, 2021

Hello,
Sorry you're having trouble. We've been using Ubuntu for development, so I am fairly confident it should work. Also the program doesn't use very much RAM when ran directly. We're using OpenGL 4.3; perhaps your GPU does not support it?

Could you post

  • The result of: glxinfo | grep version
  • Your Ubuntu version

If the OpenGL version support is the problem, then I believe you should be able to lower it to 3.xx without issues (line)

@SSground
Copy link
Author

Thank you for your answer.
But I still have a question, how do I train to get files in npz format.
Will the training code be open source in the future?

@sxyu
Copy link
Owner

sxyu commented Apr 23, 2021

Hello,
We've released the training code in https://github.com/sxyu/plenoctree, feel free to try it!

@katealenic
Copy link

Hello, I had this error and change opengl version to 3.3 in code line, but now i get another error
image
What can I do?

@sxyu
Copy link
Owner

sxyu commented May 14, 2021

hmm I got this errors like this when I was using my laptop at some point. The problem was that it defaulted to the integrated GPU. That could be the issue. Please try
glxinfo|egrep "OpenGL vendor|OpenGL renderer"
and make sure it prints NVIDIA etc.

@katealenic
Copy link

I use X-server to run and change in all place
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3);
but I have this error
image

@sxyu
Copy link
Owner

sxyu commented May 16, 2021

Honestly I am not sure I can help with this particular issue sorry
You could try to build the non-CUDA version right now, it's somewhat limited
cmake .. -DVOLREND_USE_CUDA=OFF

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

3 participants