Openface 설치 하기

To install openface, follow the below instructions:

  • sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
    pip install scipy
  • git clone https://github.com/cmusatyalab/openface.git
  • cd openface
  • sudo pip install -r requirements.txt
  • sudo python setup.py install

To download the trained model:

  • sh models/get-models.sh

(추가)Standard BLAS는 느리다는 글이…OpenBLAS 깔아야 되는데, 이건 apt-get 저장소에 없어서 소스로 빌드해야 하는듯

관련자료 : http://blog.nguyenvq.com/blog/2014/11/10/optimized-r-and-python-standard-blas-vs-atlas-vs-openblas-vs-mkl/

댓글 남기기