From b8785de56caab58d809bf66d8b4ff0571c52e097 Mon Sep 17 00:00:00 2001 From: HowieMa Date: Fri, 16 Feb 2024 14:37:54 -0800 Subject: [PATCH] update readme --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8cc405b..e7d68c0 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,19 @@ Official Implementation of WACV 2024 paper, "CVTHead: One-shot Controllable Head **Efficient** and **controllable** head avatar generation from a single image with **point-based neural rendering**. -novel shape -novel expression -novel expression -novel expression + +
+ novel shape + novel expression + novel expression + novel expression +
+ +.image-container { + display: flex; + justify-content: space-around; + align-items: center; +} ![framework](https://github.com/HowieMa/CVTHead/blob/main/assets/framework.png)