J-Cuadrado / OF_EV_SNN

Optical Flow estimation from Event cameras and Spiking Neural Networks
GNU General Public License v3.0
25 stars 3 forks source link

about processing DSEC/test #8

Closed HYi0 closed 4 months ago

HYi0 commented 4 months ago

Hi! I have dealt with train dataset of DSEC for training using dsec_dataset_lite/main.py, but there is no code for dealing with test dataset of DSEC. Can you provide the code?

J-Cuadrado commented 4 months ago

I have added file_generator_test.py in the dsec_dataset_lite/data folder, you simply need to modify the appropriate line in main.py and download the test files in the appropriate folder to run it

HYi0 commented 4 months ago

Thank you so much!