keffy commited on
Commit
b6e11c4
·
verified ·
1 Parent(s): 370fae0

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model-index": [
3
+ {
4
+ "name": "Rock vs Non-Rock YOLOv8 Model",
5
+ "task": {
6
+ "type": "object-detection"
7
+ },
8
+ "framework": "ultralytics",
9
+ "weights": "best.pt",
10
+ "config": "config.yaml",
11
+ "labels": {
12
+ "0": "rock",
13
+ "1": "non-rock"
14
+ }
15
+ }
16
+ ]
17
+ }