Sign inSign up

chakkritte/docker-face-processing

By chakkritte

Updated about 10 years ago

docker-face-processing

Image
0

238

chakkritte/docker-face-processing repository overview

face-processing

face-processing

Build Status

Build your own pyannote/video docker image

cd /opt/
git clone https://github.com/pyannote/pyannote-video.git
docker pull chakkritte/docker-face-processing

Download sample video and {dlib|openface} models

git clone https://github.com/pyannote/pyannote-data.git

Launch jupyter notebook

docker run -p 80:8888 -v /opt/pyannote-video/scripts:/scripts \
                  -v /opt/pyannote-data:/data \
                  -v /opt/pyannote-video/doc:/notebooks \
                  chakkritte/docker-face-processing

Now visit http://localhost to run this notebook locally.

Ref https://github.com/pyannote/pyannote-video

Tag summary

Content type

Image

Digest

Size

697.7 MB

Last updated

about 10 years ago

docker pull chakkritte/docker-face-processing