ameerazampixis commited on
Commit
3b16e75
1 Parent(s): c49e1e8
Files changed (1) hide show
  1. src/app/about-event.tsx +2 -1
src/app/about-event.tsx CHANGED
@@ -5,13 +5,14 @@ import AboutCard from "@/components/about-card";
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
  {
 
5
 
6
  import React from 'react';
7
  const EVENT_INFO = [
8
+
9
 
10
  {
11
  title: " Learning Dynamic Tetrahedra for High-Quality Talking Head Synthesis",
12
  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",
13
  subTitle: "Talking Head/Face Generation/Lipsync",
14
  imageName : "paper6.png",
15
+ paper_links :"https://arxiv.org/pdf/2402.17364.pdf"
16
 
17
  },
18
  {