Skip to content

Hailo Model Zoo v2.7

Compare
Choose a tag to compare
@HailoModelZoo HailoModelZoo released this 30 Mar 11:18
· 567 commits to master since this release
4c21e42
  • Update to use Dataflow Compiler v3.23.0 (developer-zone)
  • Updated to use HailoRT 4.13.0 (developer-zone)
  • Inference flow was moved to new high-level APIs
  • New object detection variants:
    • yolov8: yolov8n / yolov8s / yolov8m / yolov8l / yolov8x
    • damoyolo: damoyolo_tinynasL20_T / damoyolo_tinynasL25_S / damoyolo_tinynasL35_M
  • New transformers based models:
    • vit_base - classification model
    • yolov5s_c3tr - object detection model with a self-attention block
  • Examples for using HailoRT-pp - support for seamless integration of models and their corresponding postprocessing
    • yolov5m_hpp
  • Configuration YAMLs and model-scripts for networks with YUY2 input format
  • DAMO-YOLO retraining docker
  • Bug fixes