Giter VIP home page Giter VIP logo

dbnet's Introduction

CIS 519 Applied Machine Learning Final Project :Manga Text Detection

PyTorch re-implementation of Real-time Scene Text Detection with Differentiable Binarization

contour

Difference between previous project and this implementation

  1. We try the network on Manga109 dataset for manga text detection
  2. Try MobileNetv2 and MobileNetV3(Large) as backbone for dbnet.
  3. Concatenate a Unet after FPN head

Note: Manga109 dataset is from University of Tokyo, and we are not allowed to public the dataset. If needed, please request permission from http://www.manga109.org/

Introduction

Mainly reimplement and inherit from :

Also thanks to these project:

The features are summarized blow:

  • Use resnet18/resnet50/shufflenetV2/mobilenetV2andV3 as backbone.
  • Use Unet as afterburner.

Contents

  1. Installation
  2. Download
  3. Train
  4. Predict
  5. Eval
  6. Demo

Installation

  1. pytorch 1.1.0

Train

  1. Go to manga process to generate txt list file for training/testing data

  2. modify config.json

  3. run

python train.py

Predict

  1. run
python predict.py

Eval

run

python eval.py

dbnet's People

Contributors

surfzjy avatar eddie0509tw avatar enor2017 avatar jeffersonqin avatar

Stargazers

 avatar GraceKafuu avatar Ying-Kun Wu avatar  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.