V-Sense / DeepNormals

Code and Dataset from Deep Normal Estimation for Automatic Shading of Hand-Drawn Characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model.py typo

JuHyung-Son opened this issue · comments

#current size: 256x256x6

isn't it 256x256x4, since it concatenated Network (3 channel) and skip blue channel (1 channel)

commented

yes,you are right, the commet is wrong,but the code is right.