Skip to content

[Detector Support]: 0.15.0 Hailo8L compatible models #15137

Discussion options

You must be logged in to vote

I've had yolov8s going for 36 hours or so now, and its definitely detecting more objects than just car & person (and it seems more accuratel too). Lots of correct matches on dog, cat, backpack, etc. My inference times have almost doubled though from ~25ms average up to high 40ms.

My config for detector and model looks like this (I just inlined the labels):

detectors:
  hailo8l:
    type: hailo8l
    device: PCIe
    model:
      # from https://github.com/hailo-ai/hailo_model_zoo/blob/master/docs/public_models/HAILO8L/HAILO8L_object_detection.rst
      path: /config/model_cache/h8l_cache/yolov8s.hef

model:
  width: 640
  height: 640
  input_tensor: nhwc
  input_pixel_format: bgr
  model_t…

Replies: 4 comments 16 replies

Comment options

NickM-27
Nov 22, 2024
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@NathanMTL
Comment options

Comment options

You must be logged in to vote
15 replies
@NathanMTL
Comment options

@alschroder
Comment options

Answer selected by NathanMTL
@NathanMTL
Comment options

@NathanMTL
Comment options

@NathanMTL
Comment options

@luckylinux
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment