Skip to content

LUNA Index Module v.5.62.3#

LIM changes

  • Default neural network model for face descriptor extraction was changed from 59th to 62nd.

    When migrating Configurator service settings of the latest version, the "DEFAULT_FACE_DESCRIPTOR_VERSION" setting will not be automatically updated will not be automatically updated**. If you want to use the 62nd version of the neural network, you must manually change the value of the "DEFAULT_FACE_DESCRIPTOR_VERSION" setting by first re-extracting the existing descriptors with the 62nd model using the "Additional extraction" task.

    Then you need to recreate the existing indexes.

  • Response latency from the Indexed Matcher service has been reduced when loading a new index.

LIM fixed errors

  • Fixed response code 500 returning when attempting requests to documentation resources with a slash at the end (/1/docs/spec/ or /1/docs/dev/).

  • Fixed a lock hang issue when reloading a newer version of the index that could occur when the Indexed Matcher service was unexpectedly stopped/restarted, e.g. due to OOM.