Skip to content

Commit

Permalink
v19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed Dec 27, 2024
1 parent 91d1616 commit 9e7af92
Show file tree
Hide file tree
Showing 2,809 changed files with 4,646 additions and 3,313 deletions.
1,704 changes: 0 additions & 1,704 deletions .ipynb_checkpoints/Train_CNN_Digital-Readout-Small-v2-checkpoint.ipynb

This file was deleted.

9 changes: 5 additions & 4 deletions 01 - Clean Images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"metadata": {},
"outputs": [],
"source": [
"target_raw_path = \"./ziffer_sortiert_raw\" # here all raw images are stored"
"target_raw_path = \"./ziffer_sortiert_raw\" # here all raw images are stored\n",
"target_raw_path = './ziffer_sortiert_resize' # remove after resize -- reduktion um fast 70% --> schnelleres Training"
]
},
{
Expand All @@ -38,9 +39,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Find similar images now in 1519 images ...\n",
"Find similar images now in 1377 images ...\n",
"...1000\n",
"273 duplicates will be removed.\n"
"969 duplicates will be removed.\n"
]
}
],
Expand Down Expand Up @@ -74,7 +75,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.11"
}
},
"nbformat": 4,
Expand Down
12 changes: 6 additions & 6 deletions 02 - Image_Preparation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -34,14 +34,14 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1379 files have been deleted.\n"
"1377 files have been deleted.\n"
]
}
],
Expand All @@ -56,7 +56,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -68,7 +68,7 @@
"750 ...\n",
"1000 ...\n",
"1250 ...\n",
"1379\n"
"1377\n"
]
}
],
Expand Down Expand Up @@ -116,7 +116,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.11.11"
}
},
"nbformat": 4,
Expand Down
1,652 changes: 1,652 additions & 0 deletions 03 - Train_CNN_Digital-Readout-Small-v2.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 9e7af92

Please sign in to comment.