Face Recognition Inference
This docker image contains HTTP inference runners for ResNet50 and SphereFace trained for face recognition.
A container of this image can be started with
docker run --rm -ti -p 8000:8000 86.119.41.65:5000/face_inference bash
and then the HTTP Server can be started with:
cd resnet50
./http_worker_resnet50_cvgj_deploy -w lpdnn_model.h5 -s IPADDR -p 8000
IPADDR should be the internal docker ip address of the container (usually something like 172.17.0.2)
In the Github Repository Link a python application is...
Pull command: docker pull 86.119.41.65:5000/face_inference
License : GNU LGPLv3