Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieMa committed Feb 16, 2024
1 parent c6305b2 commit b8785de
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.


<img src="https://github.com/HowieMa/CVTHead/blob/main/examples/shape.gif" alt="novel shape" width="150" height="150">
<img src="https://github.com/HowieMa/CVTHead/blob/main/examples/pose.gif" alt="novel expression" width="150" height="150">
<img src="https://github.com/HowieMa/CVTHead/blob/main/examples/exp.gif" alt="novel expression" width="150" height="150">
<img src="https://github.com/HowieMa/CVTHead/blob/main/examples/jaw.gif" alt="novel expression" width="150" height="150">

<div class="image-container">
<img src="https://github.com/HowieMa/CVTHead/blob/main/examples/shape.gif" alt="novel shape" width="150" height="150">
<img src="https://github.com/HowieMa/CVTHead/blob/main/examples/pose.gif" alt="novel expression" width="150" height="150">
<img src="https://github.com/HowieMa/CVTHead/blob/main/examples/exp.gif" alt="novel expression" width="150" height="150">
<img src="https://github.com/HowieMa/CVTHead/blob/main/examples/jaw.gif" alt="novel expression" width="150" height="150">
</div>

.image-container {
display: flex;
justify-content: space-around;
align-items: center;
}


![framework](https://github.com/HowieMa/CVTHead/blob/main/assets/framework.png)
Expand Down

0 comments on commit b8785de

Please sign in to comment.