mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Update README with Docker instructions and ignore samples
This commit is contained in:
@@ -3,5 +3,6 @@ matlab_runners
|
||||
matlab_version
|
||||
python_scripts
|
||||
test-dump
|
||||
samples
|
||||
model_training
|
||||
gui
|
||||
@@ -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"]
|
||||
|
||||
@@ -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)**
|
||||
|
||||
Reference in New Issue
Block a user