v1

latestOpenAPI 3.0.02026-07-144847131.4 KB
ProjectApi

Get detailed performance information about an iteration.

get/projects/{projectId}/iterations/{iterationId}/performance

Path parameters

projectIdstring uuid required

The id of the project the iteration belongs to.

iterationIdstring uuid required

The id of the iteration to get.

Query parameters

thresholdnumber float

The threshold used to determine true predictions.

overlapThresholdnumber float

If applicable, the bounding box overlap threshold used to determine true predictions.

Response

OK

averagePrecisionnumber float nullable

Gets the average precision when applicable.

precisionnumber float

Gets the precision.

precisionStdDeviationnumber float

Gets the standard deviation for the precision.

recallnumber float

Gets the recall.

recallStdDeviationnumber float

Gets the standard deviation for the recall.