Skip to content

Commit a60c98d

Browse files
committed
docs: review suggestion
1 parent 53fd2c9 commit a60c98d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/03-hooks/02-computer-vision/useImageSegmentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To run the model, use the [`forward`](../../06-api-reference/interfaces/ImageSeg
7171
- [`resizeToInput`](../../06-api-reference/interfaces/ImageSegmentationType.md#forward) (optional) - Whether to resize the output masks to the original input image dimensions. Defaults to `true`. If `false`, returns the raw model output dimensions (e.g. 224x224 for `DEEPLAB_V3_RESNET50`).
7272

7373
:::warning
74-
Setting `resizeToInput` to `true` will make `forward` slower.
74+
Setting `resizeToInput` to `false` will make `forward` faster.
7575
:::
7676

7777
`forward` returns a promise resolving to an object containing:

docs/docs/04-typescript-api/02-computer-vision/ImageSegmentationModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To run the model, use the [`forward`](../../06-api-reference/classes/ImageSegmen
8383
- [`resizeToInput`](../../06-api-reference/classes/ImageSegmentationModule.md#forward) (optional) - Whether to resize the output masks to the original input image dimensions. Defaults to `true`. If `false`, returns the raw model output dimensions.
8484

8585
:::warning
86-
Setting `resizeToInput` to `true` will make `forward` slower.
86+
Setting `resizeToInput` to `false` will make `forward` faster.
8787
:::
8888

8989
`forward` returns a promise resolving to an object containing:

0 commit comments

Comments
 (0)