zhjy2016 / SPLUT

Official code for ECCV2022 paper: Learning Series-Parallel Lookup Tables for Efficient Image Super-Resolution
50 stars 10 forks source link

Without ./transfer/... dir #2

Closed StevenTony611 closed 2 years ago

StevenTony611 commented 2 years ago

When we execute python Inference_SPLUT_L.py, but got these problem:

FileNotFoundError: [Errno 2] No such file or directory: './transfer/SPLUT_L_0.001_4/LUT1_K122_Model_S_A.npy'

We don't know how to obtain the transfer dirs for our inference this model and we doubt that the released code is incomplete. If you can check this released version, please provide complete version. Thank you!