File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3232 - [ YOLO To FastLabel] ( #yolo-to-fastlabel )
3333 - [ Pascal VOC To FastLabel] ( #pascal-voc-to-fastlabel )
3434 - [ labelme To FastLabel] ( #labelme-to-fastlabel )
35+ - [ Model] ( #model )
3536- [ API Docs] ( #api-docs )
3637
3738## Installation
@@ -3048,7 +3049,7 @@ Example of two training jobs.
30483049```
30493050
30503051
3051- ## Execute endpoint
3052+ ### Execute endpoint
30523053
30533054Create the endpoint from the screen at first.
30543055
@@ -3086,9 +3087,7 @@ if __name__ == '__main__':
30863087 cv2.imwrite(RESULT_IMAGE_FILE_PATH , img)
30873088```
30883089
3089- ## Model Monitoring
3090-
3091- ### Create Request Results
3090+ ### Create Request Results for Monitoring
30923091
30933092You can integrate the results of model endpoint calls,
30943093which are targeted for aggregation in model monitoring, from an external source.
You can’t perform that action at this time.
0 commit comments