This commit is contained in:
Your Name 2024-10-28 10:48:00 +01:00
parent cb620811d3
commit e7bd6dd421
16 changed files with 1112 additions and 1 deletions

View File

@ -24,6 +24,14 @@ import time
import threading
# db_config = {
# 'user': 'dbUser',
# 'password': 'dbPassword',
# 'host': '127.0.0.1', # 'host': 'localhost',
# 'database': 'projectGeislinger',
# 'port': 3306 # Standard port for MariaDB
# }
db_config = {
'user': 'dbUser',
'password': 'dbPassword',

1042
bjoerntest10.py Normal file

File diff suppressed because it is too large Load Diff

View File

@ -49,7 +49,7 @@ try:
print("Serial port connected successfully.")
except serial.SerialException:
ser = None
print("Warning: Serial port not found. Continuing without serial connection.")
print("Warning: Serial port not found. Continuing without serial connection. Only working for demo-purposes.")
waageEingeschwungen = False

View File

@ -125,3 +125,49 @@
2024-10-28 08:16:31 - Detected: hand with confidence 0.90
2024-10-28 09:00:57 - Detected: hand with confidence 0.92
2024-10-28 09:00:58 - Detected: hand with confidence 0.91
2024-10-28 09:50:16 - Detected: oring_d300_b with confidence 0.96
2024-10-28 09:50:23 - Detected: hand with confidence 0.92
2024-10-28 09:50:23 - Detected: hand with confidence 0.91
2024-10-28 09:50:23 - Detected: hand with confidence 0.93
2024-10-28 09:50:24 - Detected: hand with confidence 0.92
2024-10-28 09:50:24 - Detected: hand with confidence 0.92
2024-10-28 09:50:24 - Detected: hand with confidence 0.92
2024-10-28 09:50:24 - Detected: hand with confidence 0.96
2024-10-28 09:50:24 - Detected: hand with confidence 0.94
2024-10-28 09:50:24 - Detected: hand with confidence 0.95
2024-10-28 09:50:24 - Detected: hand with confidence 0.93
2024-10-28 09:50:24 - Detected: hand with confidence 0.94
2024-10-28 09:50:24 - Detected: hand with confidence 0.92
2024-10-28 09:50:25 - Detected: hand with confidence 0.92
2024-10-28 09:50:26 - Detected: hand with confidence 0.93
2024-10-28 09:50:26 - Detected: hand with confidence 0.92
2024-10-28 09:50:27 - Detected: hand with confidence 0.93
2024-10-28 09:50:27 - Detected: hand with confidence 0.97
2024-10-28 09:50:27 - Detected: hand with confidence 0.96
2024-10-28 09:50:27 - Detected: hand with confidence 0.93
2024-10-28 09:50:27 - Detected: hand with confidence 0.90
2024-10-28 09:50:28 - Detected: hand with confidence 0.94
2024-10-28 09:50:28 - Detected: hand with confidence 0.95
2024-10-28 09:50:28 - Detected: hand with confidence 0.91
2024-10-28 09:50:28 - Detected: hand with confidence 0.92
2024-10-28 09:50:28 - Detected: hand with confidence 0.92
2024-10-28 09:50:28 - Detected: hand with confidence 0.90
2024-10-28 09:50:29 - Detected: hand with confidence 0.91
2024-10-28 09:50:29 - Detected: hand with confidence 0.90
2024-10-28 09:50:29 - Detected: hand with confidence 0.93
2024-10-28 09:50:29 - Detected: hand with confidence 0.92
2024-10-28 09:50:29 - Detected: hand with confidence 0.96
2024-10-28 09:50:29 - Detected: hand with confidence 0.95
2024-10-28 09:50:29 - Detected: hand with confidence 0.94
2024-10-28 09:50:29 - Detected: hand with confidence 0.92
2024-10-28 09:50:30 - Detected: hand with confidence 0.93
2024-10-28 09:50:30 - Detected: hand with confidence 0.92
2024-10-28 09:50:30 - Detected: hand with confidence 0.90
2024-10-28 09:50:30 - Detected: hand with confidence 0.90
2024-10-28 09:50:30 - Detected: hand with confidence 0.90
2024-10-28 09:50:30 - Detected: hand with confidence 0.95
2024-10-28 09:50:31 - Detected: hand with confidence 0.91
2024-10-28 09:50:31 - Detected: hand with confidence 0.92
2024-10-28 09:50:31 - Detected: hand with confidence 0.92
2024-10-28 09:50:31 - Detected: hand with confidence 0.92
2024-10-28 09:50:31 - Detected: hand with confidence 0.92

15
environment.yaml Normal file
View File

@ -0,0 +1,15 @@
name: geislinger
channels:
- conda-forge
dependencies:
- pip=24.2
- python=3.11
- ultralytics=8
- mariadb
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=11.8
- opencv
- pyqt
- pyserial

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB