MingwangLin / automatic-manga-colorization

Use keras.js and cyclegan-keras to colorize manga automatically. All computation in browser. Demo is online:

Home Page:http://www.styletransfer.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

模型运行错误

natowi opened this issue · comments

正在初始化模型...100% - jumps to 100% instantly but freezes on my local machine.
It looks like the model/weights are not included in the repository.

this.modelFilePath /demos/data/manga_colorization/

It´s looking for the weights in file:///C:/demos/data/manga_colorization/tf_GA_weights607000.bin

Ok, a few issues here:

  1. the demo folder needs to be placed in the root dir of the drive
  2. the weights need to be placed in /demos/data/ [not included in the repository]
  3. Chrome needs to be run from cli with chrome.exe --allow-file-access-from-files

I know this is a two year old project and there are other apps out there now, but it would be nice to have a working demo app.