This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
how to run face api from mp4 file? #139
Answered
by
vladmandic
psw7420fusion
asked this question in
Q&A
-
i want make running face api from mp4 video file can i get some examples? |
Beta Was this translation helpful? Give feedback.
Answered by
vladmandic
Dec 1, 2022
Replies: 1 comment 1 reply
-
If all you want is to use video instead of webcam, simply remove section of the code from Lines 102 to 130 in fb38360 and replace with simple
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vladmandic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If all you want is to use video instead of webcam, simply remove section of the code from
webcam.js
that initializes webcam:face-api/demo/webcam.js
Lines 102 to 130 in fb38360