lllyasviel / sketchKeras

an u-net with some algorithm to take sketch from paints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actual program which describes the structure of neural u-net?

bondeanikets opened this issue · comments

There is no code in this repository that deals with creation of creating a neural net in tensorflow. Could you please upload it? Your results seem interesting.

commented

The keras models can be visualized.

base_generator:
base_generator

style2paints:
style2paints

u can use tensorboard as well.

@abbychau So it looks like that this sketchKeras model is just like U net, and treat the sketch extract as a edge pixel classificate job?