Fast Pose estimation on Raspberry Pi
This repository program and deep learning model file are based on PINTO_model_zoo.
- Raspberry Pi 4 or Raspberry Pi 3(Raspberry Pi 4 is recommended)
- Raspi cam module or Web camera
Execute following commands:
$ git clone https://github.com/karaage0703/raspberry-pi-setup
$ cd raspberry-pi-setup
$ ./setup-opencv-raspbian-buster.sh
$ ./setup-tensorflow-raspbian-buster.sh
Execute following command:
$ cd && https://github.com/karaage0703/pose_estimation_pi
Execute following commands:
$ cd ~/pose_estimation_pi
$ python3 pose_estimation.py --camera_type=raspi_cam
Execute following commands:
$ cd ~/pose_estimation_pi
$ python3 pose_estimation.py --input_video_file=<video file name>
Execute following commands:
$ cd ~/pose_estimation_pi
$ python3 pose_estimation.py --camera_type=usb_cam
This software is released under MIT License, see LICENSE.