2018년 6월 스크랩✭

11월 스크랩

2017년 10월 스크랩✭

2017년 6월 2차 스크랩✭

[영화] 성실한 나라의 앨리스

스크린샷 2017-01-01 오후 10.16.33.png

내가 좋아 하는 스타일의 영화다

인디 영화지만 꽤 관객수도 있었고, 특히 이정현이 이 영화로 여우주연상을 받는다!!

비슷한 느낌으로는 일본 영화 불량공주 모모코(시모츠마 이야기), 혐오스런 마츠코의 일생이 있다.

그러고 보니 일본 영화 느낌도 좀 나는듯?

한국 영화로는 지구를 지켜라를 재미있게 본 분이라면 추천~

2016년 12월 스크랩✭

2016년 10월 스크랩✭

2016년 9월 스크랩✭

2016년 8월 스크랩✭

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/