단일 라벨 분류 모델
워크플로우에서 단일 라벨 분류 모델을 실행하세요.
이 블록에 관하여

이 블록에 보낼 수 있는 것
이 블록이 반환하는 것

블록 구성 방법

사용 사례
예측 형식
Last updated
Was this helpful?
Was this helpful?
[
"model_predictions": {
"inference_id": "866010bb-e432-4b9c-9b95-35d87f0ffafa",
"time": 0.28171608800039394,
"image": {
"width": 960,
"height": 1280
},
"predictions": [
{
"class": "loose-straw",
"class_id": 4,
"confidence": 0.5229
}
],
"top": "loose-straw",
"confidence": 0.5229,
"prediction_type": "classification",
"parent_id": "image",
"root_parent_id": "image"
}
}
]