Skip to content

Commit

Permalink
Update README with Docker instructions and ignore samples
Browse files Browse the repository at this point in the history
  • Loading branch information
fxfactorial committed Jun 2, 2018
1 parent dedd50f commit ecc5d4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ matlab_runners
matlab_version
python_scripts
test-dump
samples
model_training
gui
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -62,3 +60,4 @@ RUN cd ${OPENFACE_DIR} && mkdir -p build && cd build && \
make -j4

RUN ln /dev/null /dev/raw1394
ENTRYPOINT ["/bin/bash"]
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
Expand Down

0 comments on commit ecc5d4d

Please sign in to comment.