File size: 324 Bytes
b6e11c4
02c7d22
 
 
 
 
 
 
 
 
 
 
 
b6e11c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "model_name": "Rock vs Non-Rock YOLOv8 Model",
  "framework": "ultralytics",
  "task": "object-detection",
  "weights": "best.pt",
  "config_file": "config.yaml",
  "id2label": {
    "0": "rock",
    "1": "non-rock"
  },
  "description": "Detects rock and non-rock objects.",
  "license": "MIT",
  "author": "HVC TRU"
}