junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.69k stars 447 forks source link

missed required dependencies #6

Closed blshkv closed 6 years ago

blshkv commented 7 years ago

I had to install the following two dependencies before I was able to start the software:

sci-libs/scikits_learn
dev-python/jsonschema

The list might not be comprehensive since I have a fully loaded system. Please double check "import" lines.

blshkv commented 6 years ago

You closed the bug without any explanation. This is good, but i will not report any other bugs. Just to let you know

junyanz commented 6 years ago

Thanks for reporting the bug. scikits_learn has been included in the required dependences. I am not sure if jsonschema is necessary.

blshkv commented 6 years ago

ok, noted