From 8abca0bf780b7162b54cb94667a2cf702f64b3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=A8=E8=A6=8B=E4=BA=AE?= Date: Wed, 1 Nov 2023 18:06:44 +0900 Subject: [PATCH] fix table of contents --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb56609..b7c75ef 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ - [YOLO To FastLabel](#yolo-to-fastlabel) - [Pascal VOC To FastLabel](#pascal-voc-to-fastlabel) - [labelme To FastLabel](#labelme-to-fastlabel) +- [Model](#model) - [API Docs](#api-docs) ## Installation @@ -3048,7 +3049,7 @@ Example of two training jobs. ``` -## Execute endpoint +### Execute endpoint Create the endpoint from the screen at first. @@ -3086,9 +3087,7 @@ if __name__ == '__main__': cv2.imwrite(RESULT_IMAGE_FILE_PATH, img) ``` -## Model Monitoring - -### Create Request Results +### Create Request Results for Monitoring You can integrate the results of model endpoint calls, which are targeted for aggregation in model monitoring, from an external source.