SensorsINI / v2e

V2E: From video frames to DVS events
https://sites.google.com/view/video2events/home
MIT License
274 stars 48 forks source link

Getting events from frames #61

Open jinzi98 opened 10 months ago

jinzi98 commented 10 months ago

Hi, thanks for your great work! I have a small question and please help me.

I read v2e tutorials but it seems it just shows how to generate events from videos.

I have some continuous frames and I want to get events between adjacent images, how should I do?

tobidelbruck commented 10 months ago

if you turn on interpolation, v2e will use super_slomo to compute optical flow between frames and then will generate frames between your input frames according to this computed flow. The events will be generated according to these interpolated frames.

See the SloMo upsampling options.