Skip to content

Commit f47be9f

Browse files
committed
fixing method
1 parent b7606c5 commit f47be9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { ProjectData } from './types';
2+
import pipelineImg from './assets/pipeline_v7.png';
23

34
export const RESEARCH_DATA: ProjectData = {
45
title: "AsyncEvGS: Asynchronous Event-Assisted Gaussian Splatting for Handheld Motion-Blurred Scenes",
@@ -22,7 +23,7 @@ export const RESEARCH_DATA: ProjectData = {
2223
],
2324
heroVideoUrl: "https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4", // Replace with your project's teaser video URL
2425
methodDescription: "This section describes your proposed method. Explain the architecture, the loss functions, and the training pipeline. You can mention the specific modules (e.g., Diffusion Transformer, Gaussian Splatting Renderer) and how they interact. Replace the image URL below with your actual pipeline diagram.",
25-
methodImageUrl: "./assets/pipeline_v7.png", // Replace with your pipeline diagram URL
26+
methodImageUrl: pipelineImg, // Replace with your pipeline diagram URL
2627
comparisons: [
2728
{
2829
id: "c1",

0 commit comments

Comments
 (0)