How to install pip for python and all the related packages that you have to download via pip,to make sure OpenFace work properly
Freely available at http://github.com/cmusatyalab/openface
Original Google CVPR 2015 FaceNet paper: http://www.cv-foundation.org/openaccess/content_cvpr_2015/html/Schroff_FaceNet_A_Unified_2015_CVPR_paper.html
Commands For installing PIP
1 $ sudo apt-get install python-setuptools python-dev build- essential
2 $ sudo easy_install pip
3 $ sudo pip install --upgrade virtualenv
To Install Packages via PIP
1 $ sudo pip install numpy
2 $ sudo pip install cython
3 $ sudo pip install scipy
4 $ sudo pip install scikit-learn
5 $ sudo pip install scikit-image
6 $ sudo pip install pandas
At the End type the following command to check that all your packages are listed
$ pip list
More Info? Click below to Subscribe:
https://www.youtube.com/c/SyedAreebZaidi
https://www.facebook.com/syedareebzaidi
https://twitter.com/areeb_bj
https://www.instagram.com/syed.areeb.zaidi
Thanks for watching!