merenn commited on
Commit
a20aca0
·
verified ·
1 Parent(s): 986cf5d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -13
config.json CHANGED
@@ -1,13 +1 @@
1
- model:
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"}