LivePortrait/assets/docs/changelog/2024-07-24.md

13 lines
619 B
Markdown
Raw Normal View History

2024-07-25 14:16:44 +00:00
## 2024/07/24
2024-07-25 05:42:28 +00:00
### 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.
2024-07-25 14:16:44 +00:00
- **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 to other values, e.g., 0.5, by using `python app.py --det_thresh 0.5`.
2024-07-25 05:42:28 +00:00
<p align="center">
<img src="../pose-edit-2024-07-24.jpg" alt="LivePortrait" width="960px">
<br>
2024-07-25 05:42:28 +00:00
Pose Editing in the Gradio Interface
</p>