Update config.json
Browse files- config.json +6 -3
config.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "
|
| 3 |
-
"architectures": ["ACE-V1"],
|
| 4 |
-
"
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "yolov11",
|
| 3 |
+
"architectures": ["ACE-V1.1"],
|
| 4 |
+
"model_name": "ACE-V1.1",
|
| 5 |
+
"mAP_score": 0.925,
|
| 6 |
+
"task": "object-detection"
|
| 7 |
+
"framework": "ultralytics"
|
| 8 |
}
|