Skip to content

Instantly share code, notes, and snippets.

@kaz3w
Created May 6, 2019 07:58
Show Gist options
  • Save kaz3w/0237e989d64cf2df5d409969aa9245c9 to your computer and use it in GitHub Desktop.
Save kaz3w/0237e989d64cf2df5d409969aa9245c9 to your computer and use it in GitHub Desktop.
openpose-build-preparation for Jetson NANO
#/bin/sh
sudo apt install python3-pip
cd local/src/openpose
pip3 install -r requirements.txt
pip3 install pycocotools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment