Skip to content

Commit 7f546e3

Browse files
authored
Merge pull request #171 from fastlabel/feature/fix-readme-monitoring
fixed readme
2 parents 23c97f0 + aadb2aa commit 7f546e3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3192,18 +3192,10 @@ client.create_model_monitoring_request_results(
31923192
"status": "success", # success or failed
31933193
"result": [
31943194
{
3195-
"annotationIndex": 0, # The index of the inference class returned by your model
31963195
"value": "person", # The value of the inference class returned by your model
3197-
"points": [
3198-
12.98,
3199-
23.84,
3200-
140.83,
3201-
165.82,
3202-
], # [x_min, y_min, x_max,y_max]
32033196
"confidenceScore": 0.92, # 0 ~ 1
32043197
}
32053198
],
3206-
"resultSchema": "object_detection_base", # Currently, only 'object_detection_base' can be selected.
32073199
"requestAt": dt_jst.isoformat(), # The time when your endpoint accepted the request
32083200
}
32093201
],

0 commit comments

Comments
 (0)