From 2736dbe8d769e639566ad68586d6146f4246e670 Mon Sep 17 00:00:00 2001 From: miendinh Date: Tue, 21 Nov 2017 13:42:40 +0700 Subject: [PATCH] further working --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1e8e18c..974bc5d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Apply Deep Learning ( CNN networks ) to train a model uses for recognizing Vietnamese characters, it works well with Latin characters. -### Dataset in big image ( 100.000 samples, 2800 x 2800 pixel) +### Dataset in big image ( 10.000 samples, 2800 x 2800 pixel) ![](data/vocr_dataset.png) @@ -87,12 +87,13 @@ python predict.py ``` ### Further working -- Character classification. -> Done. -- Dataset augmentation. -- Improve accuracy. -- Text location. -- Text recognition. -- Apply NLP for spell checking. + +- [x] Character classification. +- [ ] Dataset augmentation. +- [ ] Improve accuracy. +- [ ] Text location. +- [ ] Text recognition. +- [ ] Apply NLP for spell checking. ### References