natanielruiz
2017-10-30 af57311e2e7f8b075b4aaa6d3e5fce3f777ebdfd
a word
1个文件已修改
1 ■■■■ 已修改文件
code/test_on_video_dlib.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
code/test_on_video_dlib.py
@@ -29,7 +29,6 @@
    parser.add_argument('--face_model', dest='face_model', help='Path of DLIB face detection model.',
          default='', type=str)
    parser.add_argument('--video', dest='video_path', help='Path of video')
    parser.add_argument('--bboxes', dest='bboxes', help='Bounding box annotations of frames')
    parser.add_argument('--output_string', dest='output_string', help='String appended to output file')
    parser.add_argument('--n_frames', dest='n_frames', help='Number of frames', type=int)
    parser.add_argument('--fps', dest='fps', help='Frames per second of source video', type=float, default=30.)