Skip to content

The event-based frame interpolation module used in Swift-Eye

Notifications You must be signed in to change notification settings

ztysdu/timelens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Configuration Guide

This repository contains the TimeLens code used in Swift-Eye. For detailed information, you can refer to the original paper: Time Lens: Event-based Video Frame Interpolation.

Environment Setup

To set up the environment, please refer to rpg_timelens and the conda-requirements.txt available in this repository.

Model Weights

Download the fine-tuned model weights from model weights. After downloading, place the weights inside the refined_model directory.

Code Modification

change the line in tests/run_attention.py from sys.path.append('absolute path of timelens') to sys.path.append('/Path/to/rpg_timelens')

Running the Model

To interpolate frames, execute the following:

python tests/run_attention.py

About

The event-based frame interpolation module used in Swift-Eye

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages