automatic-manga-colorization
automatic-manga-colorization copied to clipboard
模型运行错误
正在初始化模型...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:
- the demo folder needs to be placed in the root dir of the drive
- the weights need to be placed in /demos/data/ [not included in the repository]
- 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.