Spaces:
Running
Running
ameerazam08
commited on
Update src/app/about-event.tsx
Browse files- src/app/about-event.tsx +8 -0
src/app/about-event.tsx
CHANGED
@@ -14,6 +14,14 @@ import React from 'react';
|
|
14 |
|
15 |
// },
|
16 |
const EVENT_INFO = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
{
|
19 |
title: "Pix2Gif: Motion-Guided Diffusion for GIF Generation",
|
|
|
14 |
|
15 |
// },
|
16 |
const EVENT_INFO = [
|
17 |
+
{
|
18 |
+
title: "Deformable One-shot Face Stylization via DINO Semantic Guidance",
|
19 |
+
description: "This paper presents a novel approach to one-shot face stylization, focusing on appearance and structure. They use a self-supervised vision transformer, DINO-ViT, and integrate spatial transformers into StyleGAN for deformation-aware stylization. Innovative constraints and style-mixing enhance deformability and efficiency, demonstrating superiority over existing methods through extensive comparisons. Code is available at https://github.com/zichongc/DoesFS. ",
|
20 |
+
subTitle: "GANS/StyleGAN/Deformable Stylization",
|
21 |
+
imageName : "paper13.png",
|
22 |
+
paper_links :"https://arxiv.org/pdf/2403.00459.pdf"
|
23 |
+
|
24 |
+
},
|
25 |
|
26 |
{
|
27 |
title: "Pix2Gif: Motion-Guided Diffusion for GIF Generation",
|