Skip to content

Instantly share code, notes, and snippets.

@sankarcheppali
Created June 14, 2017 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sankarcheppali/9183dd8413b5e3011ec538454abd74d5 to your computer and use it in GitHub Desktop.
Save sankarcheppali/9183dd8413b5e3011ec538454abd74d5 to your computer and use it in GitHub Desktop.
install dependencies for face detection on raspberry pi
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install python-dev python-numpy libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
sudo apt-get install python-opencv
sudo apt-get install opencv
sudo apt-get install python-matplotlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment