Face recognition with Docker

Posted by : at

Category :


This application recognized face in video stream. The video stream need to passed as the parameter when deploying docker application.

Installation

Docker

You need to install docker in you machine. To install docker check this website

Install Docker

Pulling Image and deplying the container

You can pull docker image from my repository Here is the link to repository

repo

To directly pull image give the below command

docker pull tjan90/event-procesing

Usage

After pulling the images you need to configure few things to deploy the container

  • dataset foler
  • videostream

Here is command to deploy the container

docker run --privileged -e DISPLAY=docker.for.mac.host.internal:0 -ti --net=host --ipc=host -v /tmp/.X11-unix:/tmp/.X11-unix -v /your-dataset-folder-here/:/app/data/ -v /Your-video-stream-folder-here/:/app/recognition/ eventprocessing 

Put the desired application folder in the above command


About Tanveer Jan

Hi, my name is Tanveer Jan.

Star
Useful Links