cameronfabbri / Colorful-Image-Colorization

A deep learning approach to colorizing images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import error

merrybingo opened this issue · comments

What package is colorarch in eval.py?
I can't install colorarch with pip.
Is there a way to replace the code below?

col_img = colorarch.architecture(gray_image, train=False)

That looks like an old architecture I used. Instead, try the following:

col_img = net.architecture(gray_image, train=False)