SensorsINI / v2e

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

Exporting HDF5 format issues #64

Open xiaozibuqi opened 8 months ago

xiaozibuqi commented 8 months ago

I noticed that the code directly stores the entire [t, x, y, p] events as a dataset in the HDF5 file. Now, I want to use the events in the output HDF5 file as a group and store t, x, y, and p as datasets separately. Where should I modify the source code?

tobidelbruck commented 8 months ago

Yuhuang would need to answer this.