reeeemo commited on
Commit
b15870c
·
verified ·
1 Parent(s): 8a4c7a4

Added config for CVAT

Browse files
Files changed (1) hide show
  1. 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
+ }