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

Missing dependency pts_on_hull.py #8

Closed JSEHV closed 7 years ago

JSEHV commented 7 years ago

There is still a link to a personal file pts_on_hull.py in /home/eecs/rich.zhang/src/projects/cross_domain/save/ab_grid_10

Can you please integrate this necessary file in the project, so when we pull it from git it will work without pulling this file separate

Tranvick commented 7 years ago

It looks like it's in data/color_bins/pts_in_hull.npy

JSEHV commented 7 years ago

If that's the case, please adjust the Python code so it is not looking at the personal folder but at data/color_bins/

richzhang commented 7 years ago

Changed the files to reference local directories. Thanks for the catch!