XiangZ-0 / EVDI

Implementation of CVPR'22 paper "Unifying Motion Deblurring and Frame Interpolation with Events"
69 stars 6 forks source link

Training dataset is not available. #9

Open Juns1105 opened 1 year ago

Juns1105 commented 1 year ago

Hi,

First of all, thank you so much for your well-developed research of event-based VFI. I'm raising an issue because I just want your training dataset to train EVDI myself. Of course, I have generated the synthetic dataset using ESIM on GOPRo and using it for training the model, but the result is not satisfiable. Could you make your training dataset publicly available?

Thank you!

XiangZ-0 commented 1 year ago

Hello Junsik,

Thanks for your interest in our work. I have uploaded a color GoPro dataset and you are welcome to use it via Google Drive. If everything is correct, you should be able to directly train your EVDI model by running 'Train.py'. There is a python file 'read_npz.py' in Google Drive to help you use the data in our dataset. Hope this helps!

wanghongjian98 commented 12 months ago

Hi Xiang,

How can we generate gray training dataset?

Thanks.