Image recognition from tensorflow

Hey @phil.e.steadman,

  1. Convert HAR to HEF: You can convert your HAR file to a HEF using the hailo compile and hailo optimize commands. For detailed guidance, refer to the DFC guideline at Hailo Developer Zone. For a simplified explanation, you can check this post: Creating Custom HEF Using DFC Model Zoo.

  2. Run Inference: You can run inference using one of the following methods:

    • HailoRT CLI: Use the command: hailortcli run --hef your_model.hef --input your_input_image --output your_output_dir
    • HailoRT Python API: This allows you to configure the device and run inference programmatically.
    • For more information on using this in an application, check out these examples:

Feel free to reach out if you need more detailed guidance on any specific topic.

Best regards,
Omri