GithubHelp home page GithubHelp logo

proboscis / mangalineextraction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ljsabc/mangalineextraction

1.0 1.0 0.0 5.73 MB

The pre-trained model and testing code of paper "Deep Extraction of Manga Structural Lines"

Python 100.00%

mangalineextraction's Introduction

Manga Line Extraction

erika_unstable.h5(weight)

To download the file please follow this link: https://www.dropbox.com/s/m1f5n8xbrpkl37r/erika_unstable.h5?dl=0 Please use this file as the pre-trained weight for testing.

Requirement

  • Python3
  • keras==1.2.0 (1.2.2 is okay too)
  • theano==0.9
  • python-opencv
  • h5py
  • cuda is optional but highly recommended

It's strongly recommended to use virtualenv to build the testing environment.

Forward Compatibility

As this project is build against theano, you need to modify the dim orderding into "th"/"channels_first" in your keras.json.

For details of testing with latest version of tensorflow, please refer to #1 .

~/.keras/keras.json
{
image_dim~thing as "th"
}

Usage

    test_mse.py [source folder] [output folder]

Example:

    test_mse.py ./Arisa ./output

The outputs will be clipped to 0-255.

For more details please take a look at the source files. Thanks.

mangalineextraction's People

Contributors

ljsabc avatar proboscis avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.