emilianavt / OpenSeeFace

Robust realtime face and facial landmark tracking on CPU with Unity integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the project for API

mohammadSHP opened this issue · comments

Hi. Very nice work for this project!
I`m try to make an API with django and I have 2 question.

  1. Could we use video file instead of webcam? if yes, how?

  2. Is there any feature that extract (save) detected faces?

thank you.

Hi.

  1. Specify the video file with -c
  2. Use the --log-data argument to write landmarks, etc. to a file

nice. thank you very much

good luck