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

Other dataloader #28

Open JamesYang110043 opened 3 months ago

JamesYang110043 commented 3 months ago

Hi @shiba24 First, thank you for your valuable work on this project. I have been working with your code and have found it extremely helpful for my research.

I am currently working on a project that involves the DSEC dataset, and I noticed that there isn't a specific DSEC Dataloader included in the repository. Could you kindly provide a DSEC Dataloader? Any help or direction would be greatly appreciated.

Thank you very much for your time and assistance.

JamesYang110043 commented 3 months ago

Could also you provide a "Other solver (especially DNN)" ? Your assistance would be immensely helpful. Thank you.

shiba24 commented 2 months ago

@JamesYang110043 Hi, thanks for the issue. First let me focus on the DSEC dataloader. It's not difficult for you to write it, though. The minimum you need to implement is load_event, time_to_index, index_to_time, and get_sequence.