ameerazam08 commited on
Commit
007f297
1 Parent(s): 6293bd3
Files changed (1) hide show
  1. src/app/about-event.tsx +10 -1
src/app/about-event.tsx CHANGED
@@ -8,12 +8,21 @@ import React from 'react';
8
  // {
9
  // title: "Title",
10
  // description: "",
11
- // subTitle: "Speech/Talking Face Generation",
12
  // imageName : "paper12.png",
13
  // paper_links :""
14
  // },
15
  const EVENT_INFO = [
16
 
 
 
 
 
 
 
 
 
 
17
 
18
  {
19
  title: "PeRFlow: Piecewise Rectified Flow as Universal Plug-and-Play Accelerator",
 
8
  // {
9
  // title: "Title",
10
  // description: "",
11
+ // subTitle: "",
12
  // imageName : "paper12.png",
13
  // paper_links :""
14
  // },
15
  const EVENT_INFO = [
16
 
17
+
18
+ {
19
+ title: "GEA: Reconstructing Expressive 3D Gaussian Avatar from Monocular Video",
20
+ description: "A novel method utilizing 3D Gaussians for creating expressive 3D avatars achieves state-of-the-art performance in photorealistic novel view synthesis. It features accurate pose estimation, attention-aware networks, and an iterative re-initialization strategy for high-fidelity reconstructions and fine-grained control over body and hand poses. Project-Page Project page: \
21
+ https://3d-aigc.github.io/GEA/",
22
+ subTitle: "Gaussian/Nerf/3D Reconstruction",
23
+ imageName : "paper14.mp4",
24
+ paper_links :"https://arxiv.org/pdf/2402.16607.pdf"
25
+ },
26
 
27
  {
28
  title: "PeRFlow: Piecewise Rectified Flow as Universal Plug-and-Play Accelerator",