Binssin commited on
Commit
38eb6c7
·
verified ·
1 Parent(s): 58f9d7e

Upload 4 files

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "yolo",
3
+ "architecture": "YOLOv8n",
4
+ "task": "object-detection",
5
+ "input_size": [640, 640],
6
+ "num_classes": 1,
7
+ "pretrained": true,
8
+ "training_config": {
9
+ "epochs": 120,
10
+ "batch_size": 128,
11
+ "device": "cuda",
12
+ "amp": true
13
+ },
14
+ "metrics": {
15
+ "mAP50": 0.931,
16
+ "mAP50-95": 0.581
17
+ }
18
+ }