Skip to content

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed Apr 11, 2024
1 parent dfb9e30 commit 9357b16
Show file tree
Hide file tree
Showing 15 changed files with 2,569 additions and 1,672 deletions.
2 changes: 1 addition & 1 deletion 01 - Clean Images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
18 changes: 2 additions & 16 deletions 02 - Image_Preparation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"0 data_raw_all\\0.0_0.0.jpg\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"C:\\Users\\Muell\\AppData\\Local\\Temp\\ipykernel_12520\\403455051.py:14: DeprecationWarning: NEAREST is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.NEAREST or Dither.NONE instead.\n",
" test_image = test_image.resize((target_size_x, target_size_y), Image.NEAREST)\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"0 data_raw_all\\0.0_0.0.jpg\n",
"500 data_raw_all\\2.6_35a8c7850fdd0293ac7a2b8e7fa354b9.jpg\n",
"1000 data_raw_all\\5.4_main_ana3_20221213-134708.jpg\n",
"1500 data_raw_all\\8.5_4211_analog1_20200816-075704.jpg\n"
Expand Down Expand Up @@ -147,7 +133,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.11.8"
},
"vscode": {
"interpreter": {
Expand Down
2,478 changes: 824 additions & 1,654 deletions 03 - Train_CNN_Analog-Readout_Version-Small2.ipynb

Large diffs are not rendered by default.

Binary file modified ana-cont_1300_s2.tflite
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added collectmeterdigits/__pycache__/glob.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,739 changes: 1,739 additions & 0 deletions data/HistoricHashData.txt

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ scikit-learn
pandas
tensorflow >= 2.10
tensorflow-model-optimization
opencv-python
opencv-python
imagehash
1 change: 1 addition & 0 deletions test/fingerprint.pb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�������ă񸩙�ݍ�Ӗ������� 쐽����� (���ʵ����2
Binary file added test/saved_model.pb
Binary file not shown.
Binary file added test/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file added test/variables/variables.index
Binary file not shown.

0 comments on commit 9357b16

Please sign in to comment.