SensorsINI / v2e

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

The output_height and output_width are None if they are not set and no DVS output mode is set #42

Closed duguyue100 closed 1 year ago

duguyue100 commented 2 years ago

The output_height and output_width are not inferred from the video when they are both set to None and no DVS output mode is set. This is temporarily fixed in the notebook by choosing a DVS output mode. However, this should be in general fixed.

tobidelbruck commented 2 years ago

I'll take a look next time I'm working on v2e. Thanks Yuhuang!

tobidelbruck commented 2 years ago

I just added and pushed to master more checks for missing output_width and output_height values. Maybe someone could check that they provide sufficient warnings and advice about setting a DVS camera size?