Skip to content

Commit

Permalink
README.md: Typo (fomart => format)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgalgs authored Apr 17, 2020
1 parent 4f3e2b9 commit 2fb178a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ await Tflite.close();

### Image Classification

- Output fomart:
- Output format:
```
{
index: 0,
Expand Down Expand Up @@ -175,7 +175,7 @@ var recognitions = await Tflite.runModelOnFrame(

### Object Detection

- Output fomart:
- Output format:

`x, y, w, h` are between [0, 1]. You can scale `x, w` by the width and `y, h` by the height of the image.

Expand Down

0 comments on commit 2fb178a

Please sign in to comment.