Skip to content

Latest commit

 

History

History

v2ecore

This folder has source code for v2e.

emulator.py: the DVS model that generates events from a new frame. It is stateful model that takes new frame and updates each pixel model, generating events from the update.

renderer.py: It renders DVS events back to frames, using a variety of methods as described in the top README.md.

slomo.py: Our implementation of SuperSloMo that interpolates frames.

model.py: The generic UNet model used by SuperSloMo.

v2e_args.py: All the complex arguments of v2e are collected here.

dataloader.py: The complex dataloader for superslomo that handles batching.