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

Add compatibility with python 3 #12

Closed SleepProgger closed 7 years ago

SleepProgger commented 7 years ago

First of all: thanks for this project, it works really nice.

Python3 support would be nice. Especially because the debian repos only have the python3-caffe package but not the one for python 2.

I got it running under py3 (and could send an PR if requested).

The main problems are:

Epochilili commented 2 years ago

PR , I also want to run in python3 environment.Thank you.