NVlabs / PoseCNN-PyTorch

PyTorch implementation of the PoseCNN framework
Other
186 stars 47 forks source link

libEGL warning: failed to open /dev/dri/renderD128: Permission denied #37

Closed valentinhendrik closed 1 year ago

valentinhendrik commented 1 year ago

Hello, I am running into this error message all the time when executing the demo file. I did add myself to video group in the permissions, even into root, sudo etc. Still I get this permission error, can someone help me?

`+ set -e

libEGL warning: failed to open /dev/dri/renderD128: Permission denied

Unable to initialize EGL Command '['/home/kiropro/PoseCNN-PyTorch/tools/../ycb_render/build/test_device', '0']' returned non-zero exit status 1. Command '['/home/kiropro/PoseCNN-PyTorch/tools/../ycb_render/build/test_device', '1']' died with <Signals.SIGSEGV: 11>. Traceback (most recent call last): File "/home/kiropro/PoseCNN-PyTorch/./tools/test_images.py", line 176, in cfg.renderer = YCBRenderer(width=cfg.TRAIN.SYN_WIDTH, height=cfg.TRAIN.SYN_HEIGHT, gpu_id=args.gpu_id, render_marker=False) File "/home/kiropro/PoseCNN-PyTorch/tools/../ycb_render/ycb_renderer.py", line 88, in init self.r = CppYCBRenderer.CppYCBRenderer(width, height, get_available_devices()[gpu_id]) IndexError: list index out of range

real 0m4.825s user 0m3.074s sys 0m3.702s`

weidu3 commented 1 year ago

I encountered the same problem as you, did you solve it?

valentinhendrik commented 1 year ago

Unfortunately no, if you find a solution please tell me how you fixed it

MildCloud commented 1 year ago

I meet the same problem, did you solve it?