summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-28 22:02:24 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-28 22:02:24 +0200
commit46a1472d33d3a4180798492e819f2ec02bc3b1a3 (patch)
tree22322ed0d8f9f803966ea745ec5bb8c759f8db64 /tasks
parent8248f173132dfb7e47ec62b08e9235990c8626e3 (diff)
Add refactor of iam lines
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/create_emnist_lines_datasets.sh4
-rwxr-xr-xtasks/download_emnist.sh3
-rwxr-xr-xtasks/download_iam.sh2
3 files changed, 0 insertions, 9 deletions
diff --git a/tasks/create_emnist_lines_datasets.sh b/tasks/create_emnist_lines_datasets.sh
deleted file mode 100755
index 6416277..0000000
--- a/tasks/create_emnist_lines_datasets.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/fish
-command="python text_recognizer/datasets/emnist_lines_dataset.py --max_length 34 --min_overlap 0.0 --max_overlap 0.33 --num_train 100000 --num_test 10000"
-echo $command
-eval $command
diff --git a/tasks/download_emnist.sh b/tasks/download_emnist.sh
deleted file mode 100755
index 18c8e29..0000000
--- a/tasks/download_emnist.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/fish
-poetry run download-emnist
-poetry run create-emnist-support-files
diff --git a/tasks/download_iam.sh b/tasks/download_iam.sh
deleted file mode 100755
index e3cf76b..0000000
--- a/tasks/download_iam.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/fish
-poetry run download-iam