From 8861141a3d0e6b669b778561b0663ca661ba5c90 Mon Sep 17 00:00:00 2001 From: Nataniel Ruiz <nruiz9@gatech.edu> Date: 星期五, 01 十二月 2017 02:32:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index e661354..25ba1b1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ```bash 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 ``` -To test on a video using your own face detections (we recommend using [dockerface](https://github.com/natanielruiz/dockerface), center of head will be very smooth): +To test on a video using your own face detections (we recommend using [dockerface](https://github.com/natanielruiz/dockerface), center of head will be smoother): ```bash python code/test_on_video_dockerface.py --snapshot PATH_OF_SNAPSHOT --video PATH_OF_VIDEO --bboxes FACE_BOUNDING_BOX_ANNOTATIONS --output_string STRING_TO_APPEND_TO_OUTPUT --n_frames N_OF_FRAMES_TO_PROCESS --fps FPS_OF_SOURCE_VIDEO ``` -- Gitblit v1.8.0