-
Notifications
You must be signed in to change notification settings - Fork 55
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
dockerfile #14
Comments
Sry I'm not very familiar with docker. Can you make a docker file and share it with us? |
If you can provide a docker file, it would be great |
@francescosarno @shanice-l you can find my dockerfile as well as docker-compose file in the new pull request |
Thank you for your help! I used your dockerfile and it works perfectly. But when I try to run the training of pose estimation I got the following error:
Do you know what is this caused by? |
@francescosarno in the docker container, you need to compile the CppEglRenderer with: |
Error: Bindless Textures not supportedHello, thank you very much for contributing a working docker container. Testing the pose estimation worked fine for me, tested for lmo and itodd datasets. But I'm running into an error when I try training the pose etimation (tested for lmo and itodd dataset). example: Error: The error is raised by Python Assert in lib/egl_renderer/glutils/egl_offscreen_context.py (line: 225-226): The function OpenGL.GL.NV.bindless_texture.glInitBindlessTextureNV() - (Returns a boolean indicating whether this extension is available: GL_NV_bindless_texture) I checked the OpenGL extensions with the OpenGL Extensions Viewer on my host system, but the GL_NV_bindless_texture is listed. Does anyone have the same problem or have an idea how to solve it? additional Details:
I also tried the run the Container on a different computer with Ubuntu as host OS, but the container didn't seem to start (maybe because it's an old one with too little ram. Full Error output:
|
I meet the same error in WSL2 docker environment. And I think this is because bindlessTexuture maybe only supported by high version OpenGL or not supported by mesa deriver in wsl. |
Hi,
great work implementing this pose estimation architecture and sharing it with us.
However I have troubles getting it running due to dependency issues and so on
Is there a dockerfile available to get it running quickly?
Help is appreciated
The text was updated successfully, but these errors were encountered: