Skip to content

Steps to perform descriptors matching#

To start the descriptors matching procedure using LIM services, you should perform the following steps:

  • select the preferred mode that will be used for the descriptors matching - one-time or automatic.
  • one-time mode: specify the required "list_id" in the request body to the "create task" resource and perform the request;
  • automatic mode for working with specific lists: specify the required "list_id" in the "indexing_list" setting of the "LIM_MANAGER_INDEXING" of the Configurator service;
  • automatic mode for working with all existing lists:
    • specify the "dynamic" value in the "indexing_list" setting of the "LIM_MANAGER_INDEXING" of the Configurator service;
    • specify the minimum number of faces in the list in the "min_indexing_list_size" setting of the "LIM_MANAGER_INDEXING" of the Configurator service to index all existing descriptors in the lists.
  • send a request for matching descriptors from the API service.

For details on LIM service interaction, see the "Service interaction" section of the LIM administrator manual.