docker-face-processing
238
face-processing
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.
Content type
Image
Digest
Size
697.7 MB
Last updated
about 10 years ago
docker pull chakkritte/docker-face-processing