File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,11 @@ echo -e "USAGE: tesstrain.sh
28
28
--run_shape_clustering # Run shape clustering (use for Indic langs).
29
29
--maxpages # Specify maximum pages to output (default:0=all)
30
30
--save_box_tiff # Save box/tiff pairs along with lstmf files.
31
- <<<<<<< HEAD
32
- --x_size # Specify width of output image (default:3600)
33
- =======
34
31
--xsize # Specify width of output image (default:3600)
35
32
36
33
OPTIONAL flag for specifying directory with user specified box/tiff pairs.
37
34
Files should be named similar to ${LANG_CODE} .${fontname} .exp${EXPOSURE} .box/tif
38
35
--my_boxtiff_dir MY_BOXTIFF_DIR # Location of user specified box/tiff files.
39
- >>>>>>> c7cd112... allow box/tiff pairs for LSTM training
40
36
41
37
OPTIONAL flags for input data. If unspecified we will look for them in
42
38
the langdata_dir directory.
@@ -89,7 +85,7 @@ if ((LINEDATA)); then
89
85
phase_E_extract_features " --psm 6 lstm.train " 8 " lstmf"
90
86
make__lstmdata
91
87
tlog " \nCreated starter traineddata for LSTM training of language '${LANG_CODE} '\n"
92
- tlog " \nRun 'lstmtraining' comman next to continue LSTM training for language '${LANG_CODE} '\n"
88
+ tlog " \nRun 'lstmtraining' command to continue LSTM training for language '${LANG_CODE} '\n"
93
89
else
94
90
phase_D_generate_dawg
95
91
phase_E_extract_features " box.train" 8 " tr"
You can’t perform that action at this time.
0 commit comments