leftthomas / ImageDeblurring

A Keras implementation of image deblurring based on ICCV 2017 paper "Deep Generative Filter for motion deblurring"
82 stars 30 forks source link

bug #26

Closed wenzhifang closed 5 years ago

wenzhifang commented 5 years ago

OSError: Unable to open file (unable to open file: name = 'data/data.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) had i missed something?

leftthomas commented 5 years ago

@Mrfangfang run data_utils.py first.

wenzhifang commented 5 years ago

@Mrfangfang run data_utils.py first.

thank you~ solved