Skip to content

eddie0509tw/Dbnet

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages