You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the codebase for our paper TimeLens-XL, which has been accepted by ECCV2024. In this paper, we propose a lightweight netowrk for Event-VFI which is able to interpoalte for large motions in realtime at 720p resolution. We provide pretrained weights, code for evaluation for both our TLXNet, TLXNet+, and state-of-the-art methods.
Please email Mr. Yongrui Ma (yongrayma@gmail.com) for questions related to this work.
Update History
Finished:
Refresh readme file to fix some existing bugs
Coming soon:
Will release all experimental results and corresponding weights by the end of January;
Will release generated synthetic datasets by the beginning of February 2025.
Quick Start
Environment
Please download dependency packages by
pip install -r requirements.txt
Dataset
Download supported datasets and change path files in params/Paths accordingly. Currently we support:
Please notice that 1 and 2 are synthetic datasets. We first interpolate Adobe and GOPRO dataset to 1920 FPS (x8) with RIFE, and then synthesis events based on v2e.
Compared with original v2e, we made several changes on the simulator:
We remove image resize to make the RGB and event stream the same size, as we do not focus only on davis camera with fixed resolution;
We removed the random disturbance on time as we already have temporal dense RGB frames.
Please re-generate the synthetic dataset according to v2e simulator or we will release our simulator and synthetic datasets shortly.