-
Notifications
You must be signed in to change notification settings - Fork 51
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
EGL error when starting to training gdrnpp #20
Comments
I do have a similar issue when running gdrn training in Docker that i don't encounter running on local Ubuntu
|
Maybe you should build egl renderer under the docker environment. |
I encountered the same error as @yinguoxiangyi. I built a docker image with ubuntu 18 and cuda 11.3 (nvidia/cuda:11.3.0-cudnn8-devel-ubuntu18.04) . I successfully installed both the dependencies
I get the following error:
I provide you the docker image I'm using:
You can start a container with:
WARNING: disclaimer... please revise the
When inside the container:
Moreover, the image comes with VNC client providing desktop GUI. When inside the container, run @wangg12 @shanice-l thank you for the nice work, I look forward for your help. PS: given the requests and common interest #14 #12, I'm planning to release to the community the fully working docker image and the complete inference pipeline (YOLOX + GDR-Net) |
Hi @FedericoVasile1, have you tried it with a cudagl base image, such as: |
cudagl dockers should work, at least on my side. |
Training command
Error log
I noticed that @wangg12 had solved this error in this comment DLR-RM/AugmentedAutoencoder#19 (comment)
Would you mind telling the solution?
The text was updated successfully, but these errors were encountered: