gustavla / autocolorize

Automatic colorizaton of grayscale images using Deep Learning
BSD 3-Clause "New" or "Revised" License
220 stars 65 forks source link

Command for running #14

Open kz81 opened 6 years ago

kz81 commented 6 years ago

I was able to install the program the standard way, however the command cannot execute (unknown command). Probably a certain environment variable is not set, but I couldn't find out which one it is. What file does the command "autocolorize" relate to? In my Anaconda directory, I have two autocolorize folders under lib\site-packages. There are many execututable python files, but all with different names. E.g., when I execute main.pyc, it says "ValueError: Attemted relative import in non-package" I know I am very close, but I don't know how to solve it. Any help would be appreciated!

kz81 commented 6 years ago

OK, seems it is the "autocolorize" file in the scripts folder! Hope that will solve my problem.