hvc_model / config.json
keffy's picture
Update config.json
02c7d22 verified
raw
history blame contribute delete
324 Bytes
{
"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"
}