Yasssh2123
commited on
Commit
•
3ad8e14
1
Parent(s):
cd721a0
Update config.json
Browse files- config.json +34 -5
config.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
{
|
2 |
"input_size": 640,
|
3 |
"task": "instance-segmentation",
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
|
|
|
|
|
|
7 |
"model": "yolov8-seg",
|
8 |
-
"model_name_or_path": "Yasssh2123/Grape",
|
9 |
"class_set": [
|
10 |
{
|
11 |
"name": "Grape",
|
@@ -20,5 +22,32 @@
|
|
20 |
],
|
21 |
"id2label": {
|
22 |
"0": "Grape"
|
23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
|
|
1 |
{
|
2 |
"input_size": 640,
|
3 |
"task": "instance-segmentation",
|
4 |
+
"ultralytics_version": "8.0.20",
|
5 |
+
"model_type": "yolov8",
|
6 |
+
"pipeline_tag": "mask-generation",
|
7 |
+
"tags": [
|
8 |
+
"image-segmentation"
|
9 |
+
],
|
10 |
"model": "yolov8-seg",
|
|
|
11 |
"class_set": [
|
12 |
{
|
13 |
"name": "Grape",
|
|
|
22 |
],
|
23 |
"id2label": {
|
24 |
"0": "Grape"
|
25 |
+
},
|
26 |
+
"hyperparameters": {
|
27 |
+
"epochs": 100,
|
28 |
+
"imgsz": 640,
|
29 |
+
"batch_size": 16,
|
30 |
+
"learning_rate": 0.01,
|
31 |
+
"momentum": 0.9,
|
32 |
+
"weight_decay": 0.0005,
|
33 |
+
"optimizer": "SGD",
|
34 |
+
"lr_scheduler": "StepLR",
|
35 |
+
"step_size": 10,
|
36 |
+
"gamma": 0.1
|
37 |
+
},
|
38 |
+
"architectures": [
|
39 |
+
"YOLOv8"
|
40 |
+
],
|
41 |
+
"model_name_or_path": "Yasssh2123/Grape",
|
42 |
+
"use_cache": false,
|
43 |
+
"do_sample": false,
|
44 |
+
"early_stopping": true,
|
45 |
+
"fp16": false,
|
46 |
+
"num_beams": 1,
|
47 |
+
"use_legacy_prediction_head": false,
|
48 |
+
"license": "agpl-3.0",
|
49 |
+
"base_model": [
|
50 |
+
"Ultralytics/YOLOv8",
|
51 |
+
"raidavid/yolov8n-seg"
|
52 |
+
]
|
53 |
}
|