Skip to content

Hailo Model Zoo v2.11

Compare
Choose a tag to compare
@HailoModelZoo HailoModelZoo released this 08 Apr 15:46
· 175 commits to master since this release
bc69734

Changelog

v2.11

  • Update to use Dataflow Compiler v3.27.0 (developer-zone <https://hailo.ai/developer-zone/>_)

  • Update to use HailoRT 4.17.0 (developer-zone <https://hailo.ai/developer-zone/>_)

  • New Models:

    • FastSAM-s - Zero-shot Instance Segmentation
    • Yolov9c - Latest Object Detection model of the YOLO family
  • Using HailoRT-pp for postprocessing of the following variants:

    • nanodet

    Postprocessing JSON configurations are now part of the cfg directory.

  • Introduced new flags for hailomz CLI:

    • --start-node-names and --end-node-names for customizing parsing behavior.
    • --classes for adjusting the number of classes in post-processing configuration.

    The --performance flag, previously utilized for compiling models with their enhanced model script if available, now offers an additional functionality.
    In instances where a model lacks an optimized model script, this flag triggers the compiler's Performance Mode to achieve the best performance

    These flags simplify the process of compiling models generated from our retrain dockers.

  • Bug fixes