movehand / raisr

A Python implementation of RAISR
MIT License
553 stars 160 forks source link

About "filter" file??? #13

Closed Eric-Zhang1990 closed 6 years ago

Eric-Zhang1990 commented 6 years ago

Traceback (most recent call last): File "test.py", line 27, in with open("filter", "rb") as fp: IOError: [Errno 2] No such file or directory: 'filter'

movehand commented 6 years ago

You need to train and generate the filter file first. Run the test program after then.