-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to replace keywords in starting command #110
Comments
|
where to find mmod_human_face_detector.dat? I tried but couldn't find it. Has it been removed? |
Hi @khandriod , I think that's just the dlib face_detection model. |
thanks, I have found it. I am struggling with to get results. One question I have, Do I have to train the model or I can make inference using per-trained model? |
I'm trying to run this code
I have no idea of how to replace the keyowrds in this command ' python code/test_on_video_dlib.py --snapshot PATH_OF_SNAPSHOT --face_model PATH_OF_DLIB_MODEL --video PATH_OF_VIDEO --output_string STRING_TO_APPEND_TO_OUTPUT --n_frames N_OF_FRAMES_TO_PROCESS --fps FPS_OF_SOURCE_VIDEO '
Can you give me a simply example or exlpain of each keyword
The text was updated successfully, but these errors were encountered: