From eb64bcac2992bc63718323afea9c475d3627584b Mon Sep 17 00:00:00 2001 From: guojianzhu Date: Fri, 2 Aug 2024 23:13:55 +0800 Subject: [PATCH] doc: update changelog --- assets/docs/changelog/2024-08-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/docs/changelog/2024-08-02.md b/assets/docs/changelog/2024-08-02.md index ef68356..7503311 100644 --- a/assets/docs/changelog/2024-08-02.md +++ b/assets/docs/changelog/2024-08-02.md @@ -40,7 +40,7 @@ python app_animals.py # --server_port 8889 --server_name "0.0.0.0" --share > [!WARNING] > [XPose](https://github.com/IDEA-Research/X-Pose) is only for Non-commercial Scientific Research Purposes, you should remove and replace it with other detectors if you use it for commercial purposes. -### Updates on Humans Mode +### Updates on Humans mode - **Driving Options**: We have introduced an `expression-friendly` driving option to **reduce head wobbling**, now set as the default. While it may be less effective with large head poses, you can also select the `pose-friendly` option, which is the same as the previous version. This can be set using `--driving_option` or selected in the Gradio interface. Additionally, we added a `--driving_multiplier` option to adjust driving intensity, with a default value of 1, which can also be set in the Gradio interface.