POL is used to determine the pose of the object that is being pointed by the human. This project is build as a ROS package and uses YOLO-v7 models for human pose detection and instance segmentation. The algorithm is based on this paper
- ZED camera is connected
- ZED ROS Wrapper is running
- Model weights are downloaded. Run the following command to download the weights
cd weights
bash download_weights.sh
Source the package
source ~/catkin_ws/devel/setup.bash
cd scripts/yolov7_pose
python3 pose_estimate.py
cd scripts/yolov7_segmentation
python3 segmentation.py