Convert my model to hailo format and detection

Hey @vlad.purhin,

Here’s how you can proceed:

  1. Download and Use the DFC: You need to have the DFC (Dataflow Compiler), which you can download from our Developer Zone. For installation and usage instructions, refer to the documentation available there. The DFC is used to convert models from ONNX or TFLite formats to HEF.

    You can also search for “DFC” in the community forums and check out these guides:

  2. After Model Conversion: Once you’ve converted and tested your model, and you’re ready to perform detection with it, you can explore our examples available here: Hailo Application Code Examples.
    Hailo-Application-Code-Examples/runtime/python/object_detection at main · hailo-ai/Hailo-Application-Code-Examples · GitHub