Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 563 Bytes

readme.md

File metadata and controls

14 lines (13 loc) · 563 Bytes

Introduction

This is a PyToch re-implementation of "Real-time Scene Text Detection with Differentiable Binarization".(This paper.) Most part of the code is inherited from DB repo.

Purpose

The original projection is too heavy and not easy for us to use it. So this repo is to simplify it

ToDo List

  • Release code
  • Trained models
  • Document for Installation
  • Document for testing and training
  • Evaluation
  • Demo script
  • re-organize and clean the parameters