Compare commits

...

3 Commits

Author SHA1 Message Date
itqop 4f03538a46 add models 2024-11-29 04:35:02 +03:00
itqop ab74fa3840 1 2024-11-29 04:34:31 +03:00
itqop ff8cd920a4 add tqdm 2024-11-29 00:57:32 +03:00
8 changed files with 5514 additions and 90 deletions

2
.gitignore vendored
View File

@ -154,7 +154,7 @@ dmypy.json
# Cython debug symbols
cython_debug/
dataset/
dataset*/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can

BIN
best_model_10.pth Normal file

Binary file not shown.

BIN
best_model_9.pth Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -10,3 +10,4 @@ opencv-python==4.10.0.84
scikit-learn==1.5.2
scipy==1.13.1
matplotlib==3.9.2
tqdm

509
test.ipynb Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff