FORTH-ModelBasedTracker / MonocularRGB_3D_Handpose_WACV18

Using a single RGB frame for real time 3D hand pose estimation in the wild
164 stars 30 forks source link

[MBV::Core::Message*] = error while compiling file : 0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, and 3.00 ES #5

Open MLsmaller opened 5 years ago

MLsmaller commented 5 years ago

My system is Ubuntu16.04,a system created on top of a virtual machine(with cpu).I ran into this problem while executing the code.How can I fix this? Thany you for your reply.

When I run the command glxinfo | grep "OpenGL version",which is image Is OpenGL version 3.3 required for this project? Can I install OpenGL in my environment to realize this project?

jxdngu commented 2 years ago

Hi, I have the same problem, have you solved it?