Skip to content

MlgJcqt/openface_investigFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

openface_investigFR

Using Openface algorithm from https://cmusatyalab.github.io/openface to compare 2 folders of images and generate list of matching scores

Requires :

[1] Build container from Dockerfile folder

(The container here is based on bamos/openface)

$ docker build /home/mjacquet/Investigation/Script/ -t mjacquet/openface

[2] Run container and link folders to use as script and data sources (to simplify further code)

$ docker run -v /home/mjacquet/Investigation/Data/:/data –v home/mjacquet/Investigation/Script/:/script -it mjacquet/openface bash

[3] Run modified Openface face comparison script to compare images from 2 folders and generate scores list in result .csv file

python script/OpenFace_compare.py /data/POI/ /data/persons_database/ /data/results.csv

About

Using Openface (https://cmusatyalab.github.io/openface) to generate a list of scores

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published