chingyaoc / photo-editing-tensorflow

Photo Optimizing Adversarial Net with Policy Gradient Method
https://jameschuanggg.github.io/data/photo-optimizing-adversarial.pdf
MIT License
54 stars 12 forks source link

filter_api? #1

Open sam2k13 opened 7 years ago

sam2k13 commented 7 years ago

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?

chingyaoc commented 7 years ago

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

ghost commented 7 years ago

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?

chingyaoc commented 7 years ago

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

DevDeckardCain-zz commented 7 years ago

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

chingyaoc commented 7 years ago

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