seanjudelyons commited on
Commit
782c449
·
verified ·
1 Parent(s): a66d6f6

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +19 -20
config.json CHANGED
@@ -1,21 +1,20 @@
1
  {
2
- "input_size": 640,
3
- "task": "instance-segmentation",
4
- "ultralyticsplus_version": "0.0.23",
5
- "ultralytics_version": "8.0.21",
6
- "model_type": "v8",
7
- "score_map50": 0.995,
8
- "score_map50_mask": 0.995,
9
- "id2label": {
10
- "0": "pothole"
11
- },
12
- "label2id": {
13
- "pothole": 0
14
- },
15
- "num_labels": 1,
16
- "architecture": "YOLOv8",
17
- "onnx_version": "1.17.0",
18
- "framework": "PyTorch",
19
- "description": "ONNX model for detecting and segmenting potholes using YOLOv8 architecture."
20
- }
21
-
 
1
  {
2
+ "input_size": 640,
3
+ "task": "instance-segmentation",
4
+ "ultralyticsplus_version": "0.0.23",
5
+ "ultralytics_version": "8.0.21",
6
+ "model_type": "yolov8",
7
+ "score_map50": 0.995,
8
+ "score_map50_mask": 0.995,
9
+ "id2label": {
10
+ "0": "pothole"
11
+ },
12
+ "label2id": {
13
+ "pothole": 0
14
+ },
15
+ "num_labels": 1,
16
+ "architecture": "YOLOv8",
17
+ "onnx_version": "1.17.0",
18
+ "framework": "PyTorch",
19
+ "description": "ONNX model for detecting and segmenting potholes using YOLOv8 architecture."
20
+ }