Skip to content

Commit

Permalink
Moving docker instructions to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
TadasBaltrusaitis committed Jun 2, 2018
1 parent 487e6df commit 8bcc5c4
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,6 @@ Special thanks goes to Louis-Philippe Morency and his MultiComp Lab at Carnegie
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

Do:

```
$ docker run -it --rm algebr/openface:latest
```

And this will open up a shell in a prebuilt OpenFace project.

Then find its container ID:

```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
3a73fbce562e algebr/openface:latest "/bin/bash" About a minute ago Up About a minute musing_wiles
```

Then you can copy an image to the running container:

```
$ docker cp samples/sample1.jpg 3a73fbce562e:/home/openface-build
```

And in the first shell you can test it out:

```
$ build/bin/FaceLandmarkImg -f sample1.jpg
```

## WIKI

Expand Down

0 comments on commit 8bcc5c4

Please sign in to comment.