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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -1
config.json CHANGED
@@ -1 +1,13 @@
1
- {"input_size": 640, "task": "object-detection", "ultralytics_version": "8.0.20", "model_type": "v8", "score_map50": 0.995}
 
 
 
 
 
 
 
 
 
 
 
 
 
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