deepcolor icon indicating copy to clipboard operation
deepcolor copied to clipboard

Automatic coloring and shading of manga-style lineart, using Tensorflow + cGANs

Results 13 deepcolor issues
Sort by recently updated
recently updated
newest added

The link to the pre-trained model is not available

i clone the repo ,and download 10000imgs with the download_img.py. then i run python main.y train, and a week later with 3 million iterations i got my own model. when...

where can I find the pre-trained model ?

self.real_AB = tf.concat(axis=3, values=[combined_preimage, self.real_images]) self.fake_AB = tf.concat(axis=3, values=[combined_preimage, self.generated_images]) That is mistake,what should i do ?

it scrapped around 80 pics then this error occured File "download_images.py", line 25, in image = np.asarray(bytearray(resp.read()), dtype="uint8") File "C:\Python27\lib\socket.py", line 355, in read data = self._sock.recv(rbufsize) socket.error: [Errno 10054]...

Hello, How did you do the extraction of line art in your dataset?

Thank you for sharing!! I found that you get `color_image` through bluring : `batch_colors = np.array([self.imageblur(ba,True) for ba in batch]) / 255.0` Bluring is a good way to get color...

thank you for sharing!!!!!!!!! I get a question while implementing the code and ask. Is it ok to use it without a deep copy? test in python3 my test cord...

The repo doesn't have a license doc, I would like to iterate on this idea and implement it, but don't want to get stuck in legal trouble due to intellectual...