Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 945 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 945 Bytes

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