photo-editing-tensorflow icon indicating copy to clipboard operation
photo-editing-tensorflow copied to clipboard

filter_api?

Open sam2k13 opened this issue 8 years ago • 5 comments

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?

sam2k13 avatar May 02 '17 05:05 sam2k13

Oops I forget to put them on. Latest commit should fix this issue. Thanks for reporting!

chingyaoc avatar May 02 '17 05:05 chingyaoc

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?

ghost avatar Jun 05 '17 09:06 ghost

Thank you for correcting my code! You are right, for the experiment I resize the image to 80x80 to reduce observation size.

chingyaoc avatar Jun 05 '17 10:06 chingyaoc

I keep getting the same error whether on MacOS or Ubuntu:

Traceback (most recent call last): File "main.py", line 6, in from environment import Curve File "/home/jthorne/photo-editing-tensorflow/environment.py", line 2, in from curve.filter_api.py import * ImportError: No module named curve.filter_api.py

DevDeckardCain-zz avatar Aug 12 '17 01:08 DevDeckardCain-zz

I've added the init.py in the directory, can you try to run the program again?

chingyaoc avatar Aug 12 '17 10:08 chingyaoc