diff --git a/assets/docs/changelog/2024-07-19.md b/assets/docs/changelog/2024-07-19.md index f21f686..60d1f03 100644 --- a/assets/docs/changelog/2024-07-19.md +++ b/assets/docs/changelog/2024-07-19.md @@ -5,7 +5,7 @@ We are excited to announce the release of an implementation of Portrait Video Ed ### Updates -- Portrait video editing (v2v): Implemented a version of Portrait Video Editing (aka v2v). Ensure you have `pykalman` package installed, which has been added in [`requirements_base.txt`](../../../requirements_base.txt). You can specify the source video using the `-s` or `--source` option, adjust the temporal smoothness of motion with `--driving_smooth_observation_variance`, enable head pose motion transfer with `--flag_video_editing_head_rotation`, and ensure the eye-open scalar of each source frame matches the first source frame before animation with`--flag_source_video_eye_retargeting`. +- Portrait video editing (v2v): Implemented a version of Portrait Video Editing (aka v2v). Ensure you have `pykalman` package installed, which has been added in [`requirements_base.txt`](../../../requirements_base.txt). You can specify the source video using the `-s` or `--source` option, adjust the temporal smoothness of motion with `--driving_smooth_observation_variance`, enable head pose motion transfer with `--flag_video_editing_head_rotation`, and ensure the eye-open scalar of each source frame matches the first source frame before animation with `--flag_source_video_eye_retargeting`. - More options in Gradio: We have upgraded the Gradio interface and added more options. These include `Cropping Options for Source Image or Video` and `Cropping Options for Driving Video`, providing greater flexibility and control. diff --git a/assets/docs/changelog/2024-07-24.md b/assets/docs/changelog/2024-07-24.md index e54aa45..8a7ec6d 100644 --- a/assets/docs/changelog/2024-07-24.md +++ b/assets/docs/changelog/2024-07-24.md @@ -1,5 +1,10 @@ +### Updates + +- **Portrait pose editing:** You can change the `relative pitch`, `relative yaw`, and `relative roll` in the Gradio interface to adjust the pose of the source portrait. +- **Detection threshold:** We have added a `det_thresh` argument with a default value of 0.15 to increase recall, meaning more types of faces (e.g., monkeys, human-like) will be detected. You can set it 0.5 by `python app.py --det_thresh 0.5`. +

LivePortrait
- Pose Editing Interface in the Gradio Interface + Pose Editing in the Gradio Interface

diff --git a/readme.md b/readme.md index 6518aa1..b221b11 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ ## 🔥 Updates -- **`2024/07/24`**: 🎨 We support pose editing for source portraits in the Gradio interface. We've also lowered the default detection threshold to support more input detections. [Have fun](assets/docs/changelog/2024-07-24.md)! +- **`2024/07/24`**: 🎨 We support pose editing for source portraits in the Gradio interface. We’ve also lowered the default detection threshold to increase recall. [Have fun](assets/docs/changelog/2024-07-24.md)! - **`2024/07/19`**: ✨ We support 🎞️ **portrait video editing (aka v2v)**! More to see [here](assets/docs/changelog/2024-07-19.md). - **`2024/07/17`**: 🍎 We support macOS with Apple Silicon, modified from [jeethu](https://github.com/jeethu)'s PR [#143](https://github.com/KwaiVGI/LivePortrait/pull/143). - **`2024/07/10`**: 💪 We support audio and video concatenating, driving video auto-cropping, and template making to protect privacy. More to see [here](assets/docs/changelog/2024-07-10.md).