Skip to content

Commit

Permalink
Merge pull request #189 from fastlabel/fix-readme
Browse files Browse the repository at this point in the history
fix table of contents
  • Loading branch information
ryoKaz authored Nov 1, 2023
2 parents de7ffc2 + 8abca0b commit 98a699b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -3048,7 +3049,7 @@ Example of two training jobs.
```


## Execute endpoint
### Execute endpoint

Create the endpoint from the screen at first.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 98a699b

Please sign in to comment.