Get Model Precision Recall
Calaculate the precision and recall for a model
The model and the dataset to calculate precision and recall for by confThreshold and iouThreshold
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "modelId": "string",
- "datasetId": "string",
- "iouThreshold": 0,
- "metric": "string"
}
{- "modelId": "modelId",
- "datasetId": "datasetId",
- "iouThreshold": 0.5
}