v.0.10.0

Improvements:

  1. [LUNA-7123] A settings LUNA_REMOTE_SDK_HUMAN_TRACKER_SETTINGS was added. This settings allows configuration human tracker analytics. This setting allows you to configure some options TrackEngine. Default settings value is

    {
      "runtime_settings": {"device_class": "global", "optimal_batch_size": 10},
      "estimator_settings":
          {
              "detector_step": 7,
              "scale_result_size": 640,
              "skip_frames": 18
          }
    }
    

    detector_step - the count of frames between frames with full detection.

    scale_result_size - frame will be scaled to this size in pixels for detection step (by the max dimension of width/height).

    skip_frames - if track wasn’t updated by detect/redetect for this number of frames, then track is finished.

  2. [LUNA-7127] DROI was supported for Human Tracking analytics to apply filter for aggregated face & body samples, see videosdk for details.

  3. [LUNA-7150] The service use ags score for face sample filtration for a human tracking analytics now. The service used a detection score before.

    See section face_samples.parameters.filters.score for resource videosdk

Migration:

See a migration manual.