Skip to content

Commit 4a92148

Browse files
committed
Add notes
1 parent 32bc30a commit 4a92148

File tree

13 files changed

+27
-2
lines changed

13 files changed

+27
-2
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
__pycache__/
2+
.ipynb_checkpoints
3+
Ignores
4+
5+
# Dataset items
6+
Dataset
7+
*.ttf
8+
9+
# Model items
10+
*.h5
11+
*.csv

One-stage/E2E-MLT/note.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://paperswithcode.com/paper/e2e-mlt-an-unconstrained-end-to-end-method

One-stage/FOTS/note.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://paperswithcode.com/paper/fots-fast-oriented-text-spotting-with-a

One-stage/SEE/note.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/Bartzi/see

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# NomNaOCRpp
2-
NomNaOCR++: Further implementations for NomNaOCR
1+
# NomNaOCR++
2+
> Further implementations for [NomNaOCR](https://github.com/ds4v/NomNaOCR)
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/MhLiao/TextBoxes_plusplus
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ying09/TextFuseNet
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://github.com/clovaai/deep-text-recognition-benchmark
2+
https://github.com/opconty/Transformer_STR
3+
https://github.com/JaidedAI/EasyOCR

Two-stage/Recognition/GNN/note.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://web.stanford.edu/class/cs224w/
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/baudm/parseq

Two-stage/Recognition/TrOCR/note.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
https://github.com/microsoft/unilm/tree/master/trocr
2+
https://github.com/NielsRogge/Transformers-Tutorials
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://pbcquoc.github.io/vietocr/

Two-stage/pipeline.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/JaidedAI/EasyOCR

0 commit comments

Comments
 (0)