I'm trying to run the generate.py file but I get this error in lpips_tf.py.
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\tayya\.lpips\net-lin_alex_v0.1.pb'
This file seems to be necessary for the script but does not exist on my machine even after all successful imports.
I'm using Windows 10, python version 3.6.5 with Anaconda.
The ".lpips" directory exists at the given path but it is empty. I don't have any other *.pb files on my system either, so it's not like the path is wrong.
I'm trying to run the generate.py file but I get this error in lpips_tf.py. FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\tayya\.lpips\net-lin_alex_v0.1.pb'
This file seems to be necessary for the script but does not exist on my machine even after all successful imports.
I'm using Windows 10, python version 3.6.5 with Anaconda.
The ".lpips" directory exists at the given path but it is empty. I don't have any other *.pb files on my system either, so it's not like the path is wrong.