python - Caffe2 Face Recognition -


using caffe2 need face authentication in real time using webcam.

to achieve same following steps:

  • i downloaded caffe2 https://github.com/caffe2/caffe2

  • later on downloaded faces model vgg_face_caffe.tar

  • am able convert .caffemodel caffe2 executing caffe_translator.py

please suggest next step followed achieve face authentication.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -