diff --git a/.dockerignore b/.dockerignore index 0537e75a..f6823b74 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,5 +3,6 @@ matlab_runners matlab_version python_scripts test-dump +samples model_training gui \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 2a65f041..7565e700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,6 @@ COPY ./exe ${OPENFACE_DIR}/exe COPY ./lib ${OPENFACE_DIR}/lib -COPY ./samples ${OPENFACE_DIR}/samples - ADD https://www.dropbox.com/s/7na5qsjzz8yfoer/cen_patches_0.25_of.dat?dl=1 \ ${OPENFACE_DIR}/lib/local/LandmarkDetector/model/patch_experts/cen_patches_0.25_of.dat @@ -62,3 +60,4 @@ RUN cd ${OPENFACE_DIR} && mkdir -p build && cd build && \ make -j4 RUN ln /dev/null /dev/raw1394 +ENTRYPOINT ["/bin/bash"] diff --git a/README.md b/README.md index 7d5c91de..5b8452c6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ OpenFace is an implementation of a number of research papers from the Multicomp Special thanks goes to Louis-Philippe Morency and his MultiComp Lab at Carnegie Mellon University for help in writing and testing the code, Erroll Wood for the gaze estimation work, and Amir Zadeh and Yao Chong Lim on work on the CE-CLM model. +## Quickstart usage of OpenFace with Docker + +See: https://hub.docker.com/r/algebr/openface/ for quick start instructions + ## WIKI **For instructions of how to install/compile/use the project please see [WIKI](https://github.com/TadasBaltrusaitis/OpenFace/wiki)**