v.6.0.0

Improvements:

  1. [LUNA-5780] Extra body attributes estimation options were added for resource sdk:

    • estimate_body_basic_attributes

    • estimate_upper_body

    • estimate_accessories

  2. [LUNA-5780] Extra body attributes estimation options were added into handler detect policy:

    • body_attributes -> estimate_basic_attributes

    • body_attributes -> estimate_upper_body

    • body_attributes -> estimate_accessories

    Extra body attributes estimation filters were supported for handler match policy candidates:

    • apparent_gender

    • apparent_age__gte, apparent_age__lt

    • headwear_states

    • sleeve_lengths

    • upper_clothing_colors

    • backpack_states

    See resource create handler.

  3. [LUNA-5780] Extra body attributes supported for event aggregate estimation, see resources create event, save raw event:

    • body -> attributes -> basic_attributes:

      • apparent_age

      • apparent_gender

    • body -> attributes ->`upper_body`:

      • headwear_state

      • sleeve_length

      • upper_clothing_colors

    • body -> attributes -> accessories:

      • backpack_state

  4. [LUNA-5780] Additional targets were supported for event matching & receiving:

    • basic_attributes

    • upper_attributes

    • accessories

    Additional event filters were supported:

    • apparent_gender

    • apparent_age__gte, apparent_age__lt

    • headwear_states

    • sleeve_lengths

    • upper_clothing_colors

    • backpack_states

    See resources event receiving, event matching, ws handshake for details.

  5. [LUNA-5780] Additional event filters supported for cross-matching, clustering, reporting, exporter & linker tasks, see task processing.

    Extra body attributes estimation options supported in estimator handler, see estimator task.

Migration:

See a migration manual.