Update config.json
Browse files- config.json +1 -13
config.json
CHANGED
@@ -1,13 +1 @@
|
|
1 |
-
|
2 |
-
architecture: "YOLO" # Örnek bir model mimarisi
|
3 |
-
backbone: "YOLOv8"
|
4 |
-
input_size: (640)
|
5 |
-
num_classes: 3 # Toplam sınıf sayısı
|
6 |
-
|
7 |
-
training:
|
8 |
-
num_epochs: 75
|
9 |
-
|
10 |
-
classes:
|
11 |
-
- upper body
|
12 |
-
- lower body
|
13 |
-
- full body
|
|
|
1 |
+
{"input_size": 640, "task": "object-detection", "classes": "upper body, lower body, full body"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|