live-pose
June 28, 2025 ยท View on GitHub
Intel RealSense Depth Camera compatible Python package for live 6 DOF pose estimation.
Forked from https://github.com/Kaivalya192/live-pose
Table of Contents
Installation
- Clone the repository:
git clone https://github.com/HealorCai/live-pose.git cd live-pose
Preparation
Docker Build
-
Build the Docker container:
cd docker docker build --network host -t foundationpose . -
Install Weights:
- Download the weights from this link and place them under
live-pose/FoundationPose/weights.
- Download the weights from this link and place them under
Usage
Running the Container
- Run the container:
note: To run on windows installbash docker/run_container.shCygwinand execute./docker/run_container_win.sh
Building packages
- Build:
CMAKE_PREFIX_PATH=$CONDA_PREFIX/lib/python3.9/site-packages/pybind11/share/cmake/pybind11 bash build.bash
Running the Model
-
Run the live pose estimation: Clone the repo of GroundingDINO and check the TODO in
FoundationPose/get_6dpose.pybash get_6dpose.shnote: To run on windows install
Cygwinand execute./get_6dpose.sh -
Locate the .obj file:
Note: For novel object you can use Object Recustruction Framework