Created
May 6, 2019 07:58
-
-
Save kaz3w/0237e989d64cf2df5d409969aa9245c9 to your computer and use it in GitHub Desktop.
openpose-build-preparation for Jetson NANO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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