tub-rip / event_based_optical_flow

The official implementation of "Secrets of Event-based Optical Flow" (ECCV2022 Oral and IEEE T-PAMI 2024)
GNU General Public License v3.0
138 stars 13 forks source link

Read AEDAT4 file #22

Open IsmailAM1999 opened 11 months ago

IsmailAM1999 commented 11 months ago

Hi, thank you very much for your work.

I tried with a sequence of MVSEC and it works fine, and I want to try with raw events from a mono-type event camera (.aedat4), is there any way to read this type of extension?

I also want to try the approach to format source data in hdf5, can you guide me through the hierarchical structure? And what script should I use/modify to accept this type of data?

Thanks in advance for your time and help.

Event camera : DVXplorer Mini

shiba24 commented 10 months ago

Actually my private code has the interface to read aedat and hdf5 files as you requested. I'm thinking of how to merge it into the repo. Give me some time for preparation.

IsmailAM1999 commented 10 months ago

Thank you very much for your quick response. I am looking forward to your merge, and I will be pleased to test it out.

shiba24 commented 10 months ago

We can keep this issue open to remind me