EnhanceNet-PyTorch icon indicating copy to clipboard operation
EnhanceNet-PyTorch copied to clipboard

A PyTorch implementation of EnhanceNet (ENET) for Single Image Super Resolution (SISR)

Results 2 EnhanceNet-PyTorch issues
Sort by recently updated
recently updated
newest added
trafficstars

Could you please update the repository by adding texture matching loss?

``` Traceback (most recent call last): File "train.py", line 55, in imagedir = np.load(curdir + "_ids.npy") File "E:\programs\WPy64-3680-torch1\python-3.6.8.amd64\lib\site-packages\numpy\lib\npyio.py", line 416, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No...