ameerazampixis commited on
Commit
c49e1e8
1 Parent(s): ec1175e
public/paper_image/paper6.png ADDED
src/app/about-event.tsx CHANGED
@@ -5,6 +5,15 @@ import AboutCard from "@/components/about-card";
5
 
6
  import React from 'react';
7
  const EVENT_INFO = [
 
 
 
 
 
 
 
 
 
8
  {
9
  title: "EMO: Emote Portrait Alive - Generating \
10
  Expressive Portrait Videos with Audio2Video \
 
5
 
6
  import React from 'react';
7
  const EVENT_INFO = [
8
+
9
+ {
10
+ title: " Learning Dynamic Tetrahedra for High-Quality Talking Head Synthesis",
11
+ description: "The paper introduces DynTet, a novel hybrid representation combining neural networks and dynamic meshes for accurate facial avatar generation. It addresses artifacts and jitters in implicit methods like NeRF, achieving fidelity, lip synchronization, and real-time performance. Code is available. https://github.com/zhangzc21/DynTet",
12
+ subTitle: "Talking Head/Face Generation/Lipsync",
13
+ imageName : "paper6.png",
14
+ paper_links :"https://arxiv.org/pdf/2402.17485.pdf"
15
+
16
+ },
17
  {
18
  title: "EMO: Emote Portrait Alive - Generating \
19
  Expressive Portrait Videos with Audio2Video \