event_based_optical_flow icon indicating copy to clipboard operation
event_based_optical_flow copied to clipboard

Other dataloader

Open JamesYang110043 opened this issue 1 year ago • 7 comments

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 avatar Jun 26 '24 08:06 JamesYang110043

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

JamesYang110043 avatar Jun 26 '24 09:06 JamesYang110043

@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.

shiba24 avatar Aug 21 '24 09:08 shiba24

@shiba24 Hi, Have you completed the dataloader code for DSEC? I am also curious to know how your code performs evaluation on DSEC. Thank you for your assistance!

akawincent avatar Feb 27 '25 09:02 akawincent

Can you provide me with DavisDataLoader? I hope to run this project on data captured by Davis.

Pinocchio-Jia avatar Mar 05 '25 09:03 Pinocchio-Jia

I receive many requests via github issues as well as emails. Thank you for all your interest and requests. Will try to publish some of my dataloaders in a few months.

shiba24 avatar Mar 07 '25 23:03 shiba24

Thank you for planning to release the dataloader. I sincerely hope it becomes available soon, as I’m eager to reproduce this research using additional datasets (e.g., DSEC, my custom dataset from DAVIS346).

taehun-ryu avatar Apr 30 '25 06:04 taehun-ryu

ok, I will first provide Davis loader. Please wait by around June (CVPR).

shiba24 avatar May 02 '25 01:05 shiba24