Skip to content

LUNA PLATFORM v.5.23.0#

Summary#


  • Support for a network disk as an image source ("source_type" parameter) was added to the Estimator task ("/tasks/estimator" resource).

    For this type of source, the following parameters can be specified in the request body:

    • The "path" parameter - absolute path to the directory with images in the container (required);
    • The "follow_links" parameter - enables/disables symbolic link processing;
    • The "prefix" parameter - file key prefix;
    • The "postfix" parameter - file key postfix.

    See an example of using prefixes and postfixes in the "/tasks/estimator" resource.

    When using a network disk as an image source and launching Tasks and Tasks Workers services through Docker containers, it is necessary to mount the directory with images from the network disk to the local directory and synchronize it with the specified directory in the container. You can mount a directory from a network disk in any convenient way. After that, you can synchronize the mounted directory with the directory in the container using the following command when launching the Tasks and Tasks Worker services:

    docker run \ -v /var/lib/luna/current/images:/srv/images

    /var/lib/luna/current/images - path to the previously mounted directory with images from the network disk.

    /srv/images - path to the directory with the images in the container where they will be moved from the network disk. This path should be specified in the request body of the Estimator task (the "path" parameter).

    As in the Estimator task using an S3-like storage as an image source, it is possible to recursively download images from nested bucket directories ("recursive" parameter) and select the type of transferred images ("image_type" parameter). To get correct processing results, it is necessary to use the same type of images (source image, face/body sample).

    See the Open API specification for related examples and more information.

  • Two new image checks for compliance with the ICAO standard were added to the "face_quality" group of checks of "/handlers" and "/verifiers" resources of API and Handlers services - "illumination_uniformity" and "dynamic_range".

    The "illumination_uniformity" check enables you to check the uniformity of the illumination of the face in the image. The ICAO standard recommends the use of color images. When using black and white images, the results may be unexpected. It is recommended to use this check if it is necessary to get results that comply with the ICAO standard. In other cases, you can use the VisionLabs algorithm to check the uniformity of the illumination of the face in the image ("illumination_quality" check).

    The "dynamic_range" check enables you to check the dynamic range of facial skin tone.

    It is not possible to use a sample as an input image for these checks.

    See the detailed description of the checks in the "Face and image parameters" section in the administrator manual.

  • The default (recommended) thresholds were updated for the following checks in the "face_quality" check group and the "/iso" resource:

    Check name Old threshold values New threshold values
    mouth_occluded min=0, max=0.3 min=0, max=0.5
    mouth_open min=0, max=0.64 min=0, max=0.5

    It is recommended to set updated thresholds for these checks in previously created handlers.

  • The execution time of requests for matching bodies was reduced when an event is specified as a reference.

Fixed errors

  • The error was fixed where in the response body of the Estimator task result, the value "raw image" was returned in the "filename" field of the "detections" group instead of the file name.

API (v.5.13.1 - v.5.14.0)#

Improvements#

  • The estimator task available sources was extended by network disk.

  • The handlers' and verifiers' detect policy face_quality checks were extended by illumination_uniformity and dynamic_range.

The following resources were updated:

Faces (v.4.4.24 - v.4.4.25)#

Improvements#

  • Service dependencies were updated.

Image Store (v.3.4.22 - v.3.4.23)#

Improvements#

  • Service dependencies were updated.

Tasks (v.3.6.12 - v.3.6.13)#

Improvements#

  • The estimator task available sources was extended by network disk.

  • Service dependencies were updated.

Fixed bugs#

  • The bug with incorrect file names in events section of result of estimator task was fixed.

Events (v.2.6.12 - v.2.6.13)#

Improvements#

  • Service dependencies were updated.

Configurator (v.2.0.15 - v.2.0.16)#

Improvements#

  • Service dependencies were updated.

Sender (v.2.3.22 - v.2.3.23)#

Improvements#

  • Face checks (illumination_uniformity, dynamic_range) were added for face_quality field of event structure, see ws handshake for details.

  • Service dependencies were updated.

Admin (v.4.6.12 - v.4.6.13)#

Improvements#

  • Service dependencies were updated.

Licenses (v.0.3.22 - v.0.3.23)#

Improvements#

  • Service dependencies were updated.

Handlers (v.2.1.1 - v.2.2.0)#

Improvements#

  • Face checks (illumination_uniformity, dynamic_range) were added for handlers, verifiers.

See perform verification , createVerifier , and createHandler resources for details.

  • Service dependencies were updated.

Python Matcher and Python Matcher Proxy (v.0.10.2 - v.0.10.3)#

Improvements#

  • The human body matching requests with event reference were speed up.

  • Service dependencies were updated.

Backport3 (v.0.3.22 - v.0.3.23)#

Improvements#

  • Service dependencies were updated.

Backport4 (v.1.2.22 - v.1.2.23)#

Improvements#

  • Service dependencies were updated.