This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hello. I want to test the FoundationPose on online camera. I build FoundationPose inside a docker container (as they recommend in their guide).
I use Azure Kinect so I would like to use the pyk4a library in my code. Did anybody succeed in installing Azure Kinect SDK and pyk4a inside the docker image?
(I am new to docker)
[SOLVED, finally uuuufff] solution is inside the docker image (no sudo, cause your role is root; inside the home directory "/home/<username>/.):
apt update
apt install libusb-1.0-0-dev libudev-dev
git clone https://github.com/microsoft/Azure-Kinect-Sensor-SDK
cd Azure-Kinect-Sensor-SDK
mkdir build
cd build
cmake .. -GNinja
ninja
ninja install
pip install pyk4a
Subreddit
Post Details
- Posted
- 4 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/computervis...