Deep Extraction of Manga Structural Lines in python
The (Official) PyTorch Implementation of the paper “Deep Extraction of Manga Structural Lines” Usage model_torch.py [source folder] [output folder] Example: model_torch.py ./pytorchTestCases/ ./pytorchResults/ The model weights (erika.pth) Please refer to the release section of this repo. Alternatively, you may use this link: https://www.dropbox.com/s/y8pulix3zs73y62/erika.pth?dl=0 Requirement Python3 PyTorch (tested on version 1.9) Python-opencv How the model is prepared The PyTorch weights are exactly the same as the theano(!) model. I make some efforts to convert the original weights to the new model […]
Read more