-
Notifications
You must be signed in to change notification settings - Fork 22
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
In file folder "docker",run ./build.sh ERROR #16
Comments
Hi @rmbashirov , |
Hi @Britton-Li , follow the download link from google in one of the comments inside issue #5. using docker load < azure_kinect.tar to load the docker image and run from there. it should work. |
Hello, @JJLimmm! I've downloaded azure_kinect.tar and loaded the docker image and ran it. But I'm keep facing issues connecting Kinect to the docker. Did you have any problem running this application after downloading the image? I really don't have any clue why I can't run this from the docker. |
Hi @jeonsun3629 , i did not have a problem running the application after downloading the image. Maybe you could first check if your computer can open up the Azure kinect SDK's GUI? |
Thanks for the kind reply @JJLimmm. But sadly, I'm still getting the error. Here's how I'm doing. So, I added the path by As a final error, I'm getting and this is as far as i got... |
Hello, I also get the libcudnn7 error. Does someone have a working docker image they can upload? The google drive download in #5 always fails with a network error for me. |
Can you guys try to load the docker image again from the .tar file in this link? then try to follow the steps again in #5 to see if it works. Remember to add Nvidia as your default runtime for docker |
The link does not work, unfortunately. I tried it on two different computers. The download always fails after a few GB. |
I was trying to download .tar file from the link, and now the file is gone... |
Hey guys @jeonsun3629 @wbueschel , sflr. However, the other link uploaded to Baidu works, but i did not try downloading it as it prompted me to install the Baidu software which i am unable to install on my local PC due to my organisation's security policy. |
i have uploaded the .tar again. You can try to download this file from https://drive.google.com/file/d/17f14JTjZRNZW5H3-GMnmR8Iqq3fpbepY/view?usp=share_link |
Thank you @XGenietony ! Seems like that google drive requires access though. |
I just public the link. Maybe you can try it again. |
Thank you @XGenietony, I was able to download the .tar now! |
I want to run metric.py to get results, but I don't have these files *_dp.Could you provide me with the files to run metric.py? |
......
E: Unable to locate package libcudnn7
E: Unable to locate package libcudnn7-dev
The command '/bin/sh -c apt-get -y update && apt-get install -y --no-install-recommends libcudnn7=7.6.5.32-1+cuda10.2 libcudnn7-dev=7.6.5.32-1+cuda10.2 && apt-mark hold libcudnn7 && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered: