photo-editing-tensorflow
photo-editing-tensorflow copied to clipboard
filter_api?
I am trying to run your code, but I cannot import the filter_api library in environment.py and I am not sure what it is exactly. Could you maybe give some more information about this dependency?
Oops I forget to put them on. Latest commit should fix this issue. Thanks for reporting!
Hi, this is an interesting application and now i'm trying to run your code. import Light & import light_loader might be import Curve & import data_loader? additionally, for training your model, only 80x80 size of images are used?
Thank you for correcting my code! You are right, for the experiment I resize the image to 80x80 to reduce observation size.
I keep getting the same error whether on MacOS or Ubuntu:
Traceback (most recent call last):
File "main.py", line 6, in
I've added the init.py in the directory, can you try to run the program again?