Skip to content

Commit 98a699b

Browse files
authored
Merge pull request #189 from fastlabel/fix-readme
fix table of contents
2 parents de7ffc2 + 8abca0b commit 98a699b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
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

30533054
Create 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

30933092
You can integrate the results of model endpoint calls,
30943093
which are targeted for aggregation in model monitoring, from an external source.

0 commit comments

Comments
 (0)