Skip to content

Commit 183d540

Browse files
Merge pull request #37848 from nrobert/patch-1
Custom Vision - Adding information about image restrictions
2 parents 9f08b2d + fa18181 commit 183d540

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

articles/cognitive-services/Custom-Vision-Service/includes/choose-training-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ In order to train your model effectively, use images with visual variety. Select
1919
* type
2020

2121
Additionally, make sure all of your training images meet the following criteria:
22-
* .jpg, .png, or .bmp format
22+
* .jpg, .png, .bmp, or .gif format
2323
* no greater than 6MB in size (4MB for prediction images)
24-
* no less than 256 pixels on the shortest edge; any images shorter than this will be automatically scaled up by the Custom Vision Service
24+
* no less than 256 pixels on the shortest edge; any images shorter than this will be automatically scaled up by the Custom Vision Service

articles/cognitive-services/Custom-Vision-Service/limits-and-quotas.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The number of training images per project and tags per project are expected to i
2323
|-----|-----|-----|
2424
|Projects|2|100|
2525
|Training images per project |5,000|100,000|
26-
|Predictions/ month|10,000 |Unlimited|
27-
|Tags/ project|50|500|
26+
|Predictions / month|10,000 |Unlimited|
27+
|Tags / project|50|500|
2828
|Iterations |10|10|
2929
|Min labeled images per Tag, Classification (50+ recommended) |5|5|
3030
|Min labeled images per Tag, Object Detection (50+ recommended)|15|15|
@@ -33,7 +33,13 @@ The number of training images per project and tags per project are expected to i
3333
|[Prediction](https://go.microsoft.com/fwlink/?linkid=865445) operations without storage (Transactions Per Second)|2|20|
3434
|[TrainProject](https://go.microsoft.com/fwlink/?linkid=865446) (API calls Per Second)|2|10|
3535
|[Other API calls](https://go.microsoft.com/fwlink/?linkid=865446) (Transactions Per Second)|10|10|
36+
|Accepted image types|jpg, png, bmp, gif|jpg, png, bmp, gif|
37+
|Min image height/width in pixels|256 (see note)|256 (see note)|
38+
|Max image height/width in pixels|unlimited|unlimited|
3639
|Max image size (training image upload) |6 MB|6 MB|
3740
|Max image size (prediction)|4 MB|4 MB|
3841
|Max regions per object detection training image|200|200|
3942
|Max tags per classification image|30|30|
43+
44+
> [!NOTE]
45+
> Images smaller than than 256 pixels will be accepted but upscaled.

0 commit comments

Comments
 (0)