From f01202e9a92aa7c0a5ad30e18696c4222e719b6c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 6 Aug 2024 16:23:39 +0900 Subject: [PATCH] doc: update readme (#284) minor fix --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5de63af..8848e5b 100644 --- a/readme.md +++ b/readme.md @@ -177,7 +177,7 @@ If the script runs successfully, you will get an output mp4 file named `animatio > - Minimize shoulder movement. > - Make sure the first frame of driving video is a frontal face with **neutral expression**. -Below is a auto-cropping case by `--flag_crop_driving_video`: +Below is an auto-cropping case by `--flag_crop_driving_video`: ```bash python inference.py -s assets/examples/source/s9.jpg -d assets/examples/driving/d13.mp4 --flag_crop_driving_video ```