Skip to content

Commit d1723b1

Browse files
Acrolinx fix
1 parent 599ff6e commit d1723b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Computer-vision/how-to/migrate-from-custom-vision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ custom_vision_project_id = ''
7070

7171
## Run the migration
7272

73-
When you run the migration code, the Custom Vision training images will be saved to a `{project_name}_{project_id}/images` folder in your specified azure blob storage container, and the COCO file will be saved to `{project_name}_{project_id}/train.json` in that same container. Both tagged and untagged images will be exported, including any **Negative**-tagged images.
73+
When you run the migration code, the Custom Vision training images will be saved to a `{project_name}_{project_id}/images` folder in your specified Azure blob storage container, and the COCO file will be saved to `{project_name}_{project_id}/train.json` in that same container. Both tagged and untagged images will be exported, including any **Negative**-tagged images.
7474

7575
> [!IMPORTANT]
7676
> Image Analysis Model Customization does not currently support **multilabel** classification training, buy you can still export data from a Custom Vision multilabel classification project.
@@ -326,4 +326,4 @@ The script generates a COCO file and uploads it to the blob storage location you
326326

327327
## Next steps
328328

329-
* [Create and train a custom model](model-customization.md)
329+
* [Create and train a custom model](model-customization.md)

0 commit comments

Comments
 (0)