Skip to content

dohe0342/VideoFaceRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Video Face Recognition vid Face Object

This repository is the official implementation of https://www.dbpia.co.kr/Journal/articleDetail?nodeId=NODE09302060.

overall

Requirments

Code was tested in anaconda virtual environment with Python 2.7, CUDA ≥ 8.0

make
conda env create -f videoFR_requrements.yaml

Face Recognition on video

This snipplet will infer your video to recognize registered face.

python videoFR_v4.py \
--display
--back r100
--db dohee_face
--gpu 0
--simal_gpu

Arguments discription

  • display : display face recognition results
  • back : facerecognition backbone network. [r50/ r100]
  • record : store face recognition results
  • db : registered face emb vector. if file exists, code will automatically load the db file. if not, code will generate db file
  • gpu : gpu index
  • simcal_gpu : parameter whether calculate cosine similarity using gpu or not

Demo video

demo.mp4

About

official implementation of videoFR via face object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published