Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -7,5 +7,9 @@
|
|
7 |
"max_iter": 3000,
|
8 |
"batch_size": 2,
|
9 |
"learning_rate": 0.00025,
|
10 |
-
"
|
|
|
|
|
|
|
|
|
11 |
}
|
|
|
7 |
"max_iter": 3000,
|
8 |
"batch_size": 2,
|
9 |
"learning_rate": 0.00025,
|
10 |
+
"classes": [
|
11 |
+
{"name": "background", "id": 0},
|
12 |
+
{"name": "Normal", "id": 1},
|
13 |
+
{"name": "Abnormal", "id": 2}
|
14 |
+
]
|
15 |
}
|