diff --git a/4-plotCER.sh b/4-plotCER.sh index 4c574e8..b496d80 100755 --- a/4-plotCER.sh +++ b/4-plotCER.sh @@ -5,7 +5,7 @@ # nohup bash 4-plotCER.sh engImpact 1 FineTune > data/logs/engImpact-4.log & # nohup bash 4-plotCER.sh BrazilPlates 3 FineTune > data/logs/BrazilPlates-4.log & -# nohup bash 4-plotCER.sh engLayer 10 ReplaceLayer > data/logs/engLayer-4.log & +# nohup bash 4-plotCER.sh engLayer 4 ReplaceLayer > data/logs/engLayer-4.log & declare -i maxcer maxcer=$2 diff --git a/README.md b/README.md index dc3b236..f6a794c 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ This training and plotting was run using an older version of the scripts. ' "Alexander" "Anaktoria" "Andika" "Aroania" "Asea" "Asea Bold" "Asea Bold Italic" "Asea Italic" "Avdira" "Calibri" "Calibri Bold" "Calibri Bold Italic" "Calibri Italic" "Calibri Light" "Calibri Light Italic" "Cambria Bold" "Cambria Bold Italic" "Cambria Italic" "Charis SIL" "Charis SIL Bold" "Charis SIL Bold Italic" "Charis SIL Italic" "Consolas" "Consolas Bold" "Consolas Bold Italic" "Consolas Italic" "Doulos SIL" "FreeMono" "FreeMono Bold" "FreeMono Bold Italic" "FreeMono Italic" "FreeSans" "FreeSans Italic" "FreeSans Semi-Bold" "FreeSans Semi-Bold Italic" "FreeSerif" "FreeSerif Bold" "FreeSerif Bold Italic" "FreeSerif Italic" "Microsoft Sans Serif" "Noto Sans" "Noto Sans Bold" "Noto Sans Bold Italic" "Noto Sans Display" "Noto Sans Display Bold" "Noto Sans Display Bold Italic" "Noto Sans Display Italic" "Noto Sans Italic" "Noto Sans Mono" "Noto Sans Mono Bold" "Noto Serif" "Noto Serif Bold" "Noto Serif Bold Italic" "Noto Serif Display" "Noto Serif Display Bold" "Noto Serif Display Bold Italic" "Noto Serif Display Italic" "Noto Serif Italic" "Quivira" "Segoe UI Heavy" "Segoe UI Heavy Italic" "Segoe UI Light" "Segoe UI Semi-Bold" "Segoe UI Semi-Light" "Symbola Semi-Condensed" "Tahoma" "Tahoma Bold" "Times New Roman," "Times New Roman, Bold" "Times New Roman, Bold Italic" "Times New Roman, Italic" "Unifont Medium" ' ``` ### Plot using log file generated during training -![Plot using log file generated during training](https://github.com/Shreeshrii/tess5train-fonts/blob/main/data/engLayer/plots/engLayer-LOG-10.png) +![Plot using log file generated during training](https://github.com/Shreeshrii/tess5train-fonts/blob/main/data/engLayer/plots/engLayer-LOG-4.png) ### Plot from results of various OCR evaluation tools -![Plot from results of various OCR evaluation tools](https://github.com/Shreeshrii/tess5train-fonts/blob/main/data/engLayer/plots/engLayer-10.png) +![Plot from results of various OCR evaluation tools](https://github.com/Shreeshrii/tess5train-fonts/blob/main/data/engLayer/plots/engLayer-4.png) diff --git a/data/engLayer/plots/engLayer-10.png b/data/engLayer/plots/engLayer-10.png deleted file mode 100644 index 0aa67da..0000000 Binary files a/data/engLayer/plots/engLayer-10.png and /dev/null differ diff --git a/data/engLayer/plots/engLayer-4.png b/data/engLayer/plots/engLayer-4.png new file mode 100644 index 0000000..016b67c Binary files /dev/null and b/data/engLayer/plots/engLayer-4.png differ diff --git a/data/engLayer/plots/engLayer-LOG-10.png b/data/engLayer/plots/engLayer-LOG-10.png deleted file mode 100644 index f964ef0..0000000 Binary files a/data/engLayer/plots/engLayer-LOG-10.png and /dev/null differ diff --git a/data/engLayer/plots/engLayer-LOG-4.png b/data/engLayer/plots/engLayer-LOG-4.png new file mode 100644 index 0000000..24133df Binary files /dev/null and b/data/engLayer/plots/engLayer-LOG-4.png differ