openface在2015年重新更新,所以再次配置openface的时候可以参考上次的步骤,这里仅作dlib部分修改,demo1 的运行指令也做出一定的修改。
原博客:
http://blog.youkuaiyun.com/shakevincent/article/details/49363413
本文主要参考了openface的网址:
https://github.com/cmusatyalab/openface
openface的官网:
http://cmusatyalab.github.io/openface/setup/
同时感谢openface的作者:bamos 在配置的时候指导,特向原作者提出感谢!
以下是原配置方案,openface的依赖项都是一样的,可以直接参考
FROM ubuntu:14.04
MAINTAINER Brandon Amos <brandon.amos.cs@gmail.com>
RUN apt-get update
RUN
apt-get install -y \
build-essential \
cmake \
curl \
gfortran \
git