Home

Awesome

tf-sotd

tensorflow version "Self-organized Text Detection with Minimal Post-processing via Border Learning" <<<<<<< HEAD

feature

Usage

  1. Downloads Resnet_v1 from here
  2. Organize your dataset
  3. train: ./train.sh
  4. test:
./test_single_img.sh

Some Results

I train the model on my diy-dataset, and I test it on crowd text, here is a sample result from "沉默的大多数"

<div align="center"> <img src="samples/333.jpg" height="300px" alt="detection result" > <img src="samples/333.png" height="300px" alt="segmentation result" > </div>

References