Using Custom Image Analysis Models

Custom Image Analysis supports creating custom object detection models and custom image classification models.

Custom Object Detection
Build a model to detect the location of objects in images. For example, a person, a car, a tree, or a dog. The output includes a confidence score, and the coordinates of the bounding box for each object found.
Custom Image Classification
Build a model to categorize scene-based features and objects in an image. The output returns a confidence score for each classification.
Follow these steps to use a custom model in Vision.Metrics are available to analyze the custom model's performance.