Skip to content

Commit 200d4dd

Browse files
authored
Update how-to-inference-onnx-automl-image-models.md
1 parent dff4179 commit 200d4dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/v1/how-to-inference-onnx-automl-image-models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ The output is an array of logits for all the classes/labels.
287287

288288
# [Multi-label image classification](#tab/multi-label)
289289

290-
This example uses the model trained on the [multi-label fridgeObjects dataset](https://cvbp-secondary.z19.web.core.windows.net/datasets/image_classification/multilabelFridgeObjects.zip) with 128 images and 4 classes/labels to explain ONNX model inference. For more information on model training for multi-label image classification, see the [multi-label image classification notebook](https://github.com/Azure/azureml-examples/tree/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-classification-multilabel).
290+
This example uses the model trained on the [multi-label fridgeObjects dataset](https://automlsamplenotebookdata.blob.core.windows.net/image-classification/multilabelFridgeObjects.zip) with 128 images and 4 classes/labels to explain ONNX model inference. For more information on model training for multi-label image classification, see the [multi-label image classification notebook](https://github.com/Azure/azureml-examples/tree/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-classification-multilabel).
291291

292292
### Input format
293293

@@ -309,7 +309,7 @@ The output is an array of logits for all the classes/labels.
309309

310310
# [Object detection with Faster R-CNN or RetinaNet](#tab/object-detect-cnn)
311311

312-
This object detection example uses the model trained on the [fridgeObjects detection dataset](https://cvbp-secondary.z19.web.core.windows.net/datasets/object_detection/odFridgeObjects.zip) of 128 images and 4 classes/labels to explain ONNX model inference. This example trains Faster R-CNN models to demonstrate inference steps. For more information on training object detection models, see the [object detection notebook](https://github.com/Azure/azureml-examples/tree/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-object-detection).
312+
This object detection example uses the model trained on the [fridgeObjects detection dataset](https://automlsamplenotebookdata.blob.core.windows.net/image-object-detection/odFridgeObjects.zip) of 128 images and 4 classes/labels to explain ONNX model inference. This example trains Faster R-CNN models to demonstrate inference steps. For more information on training object detection models, see the [object detection notebook](https://github.com/Azure/azureml-examples/tree/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-object-detection).
313313

314314
### Input format
315315

@@ -341,7 +341,7 @@ The following table describes boxes, labels and scores returned for each sample
341341

342342
# [Object detection with YOLO](#tab/object-detect-yolo)
343343

344-
This object detection example uses the model trained on the [fridgeObjects detection dataset](https://cvbp-secondary.z19.web.core.windows.net/datasets/object_detection/odFridgeObjects.zip) of 128 images and 4 classes/labels to explain ONNX model inference. This example trains YOLO models to demonstrate inference steps. For more information on training object detection models, see the [object detection notebook](https://github.com/Azure/azureml-examples/tree/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-object-detection).
344+
This object detection example uses the model trained on the [fridgeObjects detection dataset](https://automlsamplenotebookdata.blob.core.windows.net/image-object-detection/odFridgeObjects.zip) of 128 images and 4 classes/labels to explain ONNX model inference. This example trains YOLO models to demonstrate inference steps. For more information on training object detection models, see the [object detection notebook](https://github.com/Azure/azureml-examples/tree/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-object-detection).
345345

346346
### Input format
347347

@@ -363,7 +363,7 @@ Each cell in the list indicates box detections of a sample with shape `(n_boxes,
363363

364364
# [Instance segmentation](#tab/instance-segmentation)
365365

366-
For this instance segmentation example, you use the Mask R-CNN model that has been trained on the [fridgeObjects dataset](https://cvbp-secondary.z19.web.core.windows.net/datasets/object_detection/odFridgeObjectsMask.zip) with 128 images and 4 classes/labels to explain ONNX model inference. For more information on training of the instance segmentation model, see the [instance segmentation notebook](https://github.com/Azure/azureml-examples/tree/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-instance-segmentation).
366+
For this instance segmentation example, you use the Mask R-CNN model that has been trained on the [fridgeObjects dataset](https://automlsamplenotebookdata.blob.core.windows.net/image-object-detection/odFridgeObjects.zip) with 128 images and 4 classes/labels to explain ONNX model inference. For more information on training of the instance segmentation model, see the [instance segmentation notebook](https://github.com/Azure/azureml-examples/tree/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-instance-segmentation).
367367

368368
>[!IMPORTANT]
369369
> Only Mask R-CNN is supported for instance segmentation tasks. The input and output formats are based on Mask R-CNN only.

0 commit comments

Comments
 (0)