kmjtspxr commited on
Commit
5df31ca
·
verified ·
1 Parent(s): 2b2eb26

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -17
config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "model_type": "yolov8",
3
- "classes": ["face"],
4
- "id2label": { "0": "face" },
5
- "label2id": { "face": 0 },
6
- "inference_config": {
7
- "confidence_threshold": 0.5,
8
- "iou_threshold": 0.45,
9
- "input_size": [640, 640]
10
- },
11
- "model_details": {
12
- "framework": "ultralytics",
13
- "architecture": "yolov8l",
14
- "num_classes": 1,
15
- "input_channels": 3
16
- }
17
- }