This is a repo for collecting pose data on a pycoral device, which is largely based on the OG project-posenet repo
NOTE: PoseNet relies on the latest Pycoral API, tflite_runtime API, and libedgetpu1-std or libedgetpu1-max:
- For pycoral
- For tflite_runtime
- For libedgetpu, please install the debian package or shared libraries. You can use either Max or Standard clock speed (these only apply for USB devices).
Please also update your system before running these examples. For more information on updating see:
- For Coral DevBoard
- For USB Accelerator
To install all other requirements for third party libraries, simply run
sh install_requirements.sh
- If you are using a basic USB camera and not the Coral Camera then make sure to set video output to video1 always
- the fps that you will use for doing things will depend on the camera parameters. to make sure that you are setting the right camera paraemters, run:
v4l2-ctl --list-formats-ext --device /dev/video1
to see the camera specs and the appropriate fps.