Javi Carnero
Javi Carnero
By using pytest, I'm able to debug it out of the box, without any specific configuration. Just set a break point, and execute the test within vscode. Probably with unittests...
Hi, I'm getting the same OpenGL __12297__ error. My current dockerfile is this: ```dockerfile FROM nvidia/cudagl:10.1-devel-ubuntu18.04 COPY . /poseestimator WORKDIR /poseestimator RUN ln -sf /bin/bash /bin/sh RUN apt-get update &&...
Hi, `# apt-get install libosmesa6-dev freeglut3-dev` fixes the issue.
Hi!, I have a tool that extracts color & depth images from a kinect recording that works fine in windows. I just stumbled with this issue, trying to port it...
Thanks @wes-b for answering. I can indeed run k4a in a docker container with gpu [by mounting the X11 socket](https://developer.nvidia.com/blog/gpu-containers-runtime/). However this solution is not feasible for a cloud/headless environment,...
Thank you @StevenButner for sharing that, the nodm setup is very interesting. However if I understand correctly it is still not possible to use it in a nvidia/cuda docker container...
Sure, working on it I'm getting now a different error: `Sequence contains no matching element`, but I think the main problem is that there is no much error handling and...
I have VS2022 and VS2019 installed. How could I set pip install to use VS2019?
I see, in my case the problem was using cuda 11.3, I changed for 11.6 and everything started working.
If you are using the usb accelerator, and it its plugged to your computer, setting the following udev rules should work: ```console foo@bar:~$ lsusb -d 1a6e:089a Bus 002 Device 004:...