Skip to content

Commit 8f6515d

Browse files
committed
update
1 parent 94d9f0e commit 8f6515d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

STS_Research/train.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@
2020
import os
2121
from tqdm import tqdm
2222

23+
"""
24+
1. tenserflow
25+
2. mltu preprocessors
26+
3. mltu transformers
27+
4. mltu augmentors
28+
5. keras
29+
6. tkinter
30+
7. MNSIT database
31+
8. numpy
32+
9. opencv
33+
34+
"""
35+
2336
# Must download and extract datasets manually from https://fki.tic.heia-fr.ch/databases/download-the-iam-handwriting-database to Datasets\IAM_Sentences
2437
sentences_txt_path = os.path.join("Datasets", "IAM_Sentences", "ascii", "sentences.txt")
2538
sentences_folder_path = os.path.join("Datasets", "IAM_Sentences", "sentences")

0 commit comments

Comments
 (0)