Skip to content

Special

default_classification

https://api.vumography.vumo.ai/v1/process/single/default_classification

This configuration does not modify the image but only complements its properties when calling the configuration focused on receiving the photo, which is:

https://api.vumography.vumo.ai/v1/process/single/default_classification
An image without any modifications will be returned. However, when calling the configuration where the photo properties are returned (/details):
https://api.vumography.vumo.ai/v1/process/single/default_classification/details

A JSON with information on how the photo was classified will be returned.

{
    "index": 0,
    "urlPhoto": "...",
    "urlMask": "...",
    "properties": {
        "class": {
            "name": "Panorama",
            "score": 0.958
        }
    }
}

name - class name - the list of available classes can be found in the description of the ClassificationProcessor score - detection confidence [0..1]

Usage

Configuration can be used for grouping a customer's photos - for example, when a customer has a large number of photos, they can use this configuration. Based on its response, they can appropriately group the photos, which can then be sent to a configuration creating a car spin.