Added config for CVAT
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [ "YOLOv8" ],
|
3 |
+
"model-type": "object-detection",
|
4 |
+
"pipeline_tag": "object-detection",
|
5 |
+
"task": "object-detection",
|
6 |
+
"inference": {
|
7 |
+
"pipeline_tag": "object-detection"
|
8 |
+
}
|
9 |
+
}
|