Giter VIP home page Giter VIP logo

Comments (10)

zhouliuling avatar zhouliuling commented on May 18, 2024 2

Try to use PyOpenGL with a higher version, ours is 3.1.5.

I have tried to upgrade the Opengl version to 3.1.5, but this error still exists, I hope to get other guidance. Thank you.

Error:
RuntimeError: ("Shader compile failure (0): b'0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES\n'", [b'#version 330 core\nlayout (location = 0) in vec3 a_Position;\nlayout (location = 1) in vec2 a_TextureCoord;\n\nout vec2 TextureCoord;\n\nuniform mat4 ModelMat;\nuniform mat4 PerspMat;\n\nvoid main()\n{\n\tgl_Position = PerspMat * ModelMat * vec4(a_Position, 1.0);\n TextureCoord = a_TextureCoord;\n}'], GL_VERTEX_SHADER)

from monoport.

jiandandian2 avatar jiandandian2 commented on May 18, 2024 1

@zhouliuling
I have solve the problem, the point is vnc server OpenGL connot connet to Nvidia, i google so many times but never solve the bug.
so u need to run it on your local host, and everything is OK.
image

from monoport.

YuliangXiu avatar YuliangXiu commented on May 18, 2024

Try to use PyOpenGL with a higher version, ours is 3.1.5.

from monoport.

zhouliuling avatar zhouliuling commented on May 18, 2024

Try to use PyOpenGL with a higher version, ours is 3.1.5.

Hello, After I tried to add MESA_L_VERSION_OVERRIDE=3.3 in the running line, my page can be opened without error, but the page is still in the state of "waiting for ··". How can I solve this problem?

image

The print log is as follows:

loading networkG from ./data/PIFu/net_G ...
loading networkC from ./data/PIFu/net_C ...
initialize data streamer ...
Using cache found in /root/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub
Using cache found in /root/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub
***********************************************
 * Serving Flask app "main" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
 * Running on http://0.0.0.0:5555/ (Press CTRL+C to quit)
172.17.0.1 - - [10/Oct/2020 10:36:04] "GET / HTTP/1.1" 200 -
172.17.0.1 - - [10/Oct/2020 10:36:48] "GET /favicon.ico HTTP/1.1" 404 -
0it [00:00, ?it/s]
172.17.0.1 - - [10/Oct/2020 10:36:48] "GET /video_feed HTTP/1.1" 200 -
172.17.0.1 - - [10/Oct/2020 10:40:48] "GET / HTTP/1.1" 200 -
172.17.0.1 - - [10/Oct/2020 10:41:47] "GET /favicon.ico HTTP/1.1" 404 -
0it [00:00, ?it/s]
172.17.0.1 - - [10/Oct/2020 10:41:47] "GET /video_feed HTTP/1.1" 200 -

from monoport.

jiandandian2 avatar jiandandian2 commented on May 18, 2024

@zhouliuling
i have the same problem, and add MESA_GL_VERSION_OVERRIDE=3.3, the problem was disappeared.
But got another problem:

OpenGL.error.GLError: GLError(
err = 1286,
description = b'invalid framebuffer operation',
baseOperation = glClear,
cArguments = (16640,)

have u worked it recently?
image

from monoport.

baopingli avatar baopingli commented on May 18, 2024

i run ok, but the web shows nothing, and "my render" windows show nothing

from monoport.

decadeheart avatar decadeheart commented on May 18, 2024

@zhouliuling
I have solve the problem, the point is vnc server OpenGL connot connet to Nvidia, i google so many times but never solve the bug.
so u need to run it on your local host, and everything is OK.
image

I also meet the same problem. And I tried it on my local host , it was the same error.Can you tell me how to fix it.
我也遇到了同样的问题。我在我的本地主机上试了一下,还是同样的错误。你能告诉我怎么修理吗?

from monoport.

baopingli avatar baopingli commented on May 18, 2024

a usb camera is must

from monoport.

shuodehaoa avatar shuodehaoa commented on May 18, 2024

I also meet this problem,the webpage has nothing...what i can do to solve this problem?
35727437
35766890

from monoport.

helenacorreia avatar helenacorreia commented on May 18, 2024

@shuodehaoa Have you managed to solve the problem? It's just that I have the same error.

from monoport.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.