Commit 29.05.2025

This commit is contained in:
2025-06-01 14:01:16 +02:00
parent 2f1080922f
commit 1e4d9ecef7
43 changed files with 9085 additions and 3 deletions

6
.gitignore vendored
View File

@@ -27,6 +27,7 @@ var/
venv/
ENV/
env/
yolov8env/
.venv/
.env/
.ENV/
@@ -108,4 +109,7 @@ dmypy.json
#Models
*.keras
*.h5
*.h5
runs/
Test/