Hi,
I would like to develop on my laptop in c++ rather on a raspberry with AI-HAT before deploying.
Is it possible to run the hailort with hef files or at least similar code with har on a laptop?
Is installing the hailort package on laptop is enough?
Hey @Dror_Hurwitz,
Welcome to the Hailo Community!
So we do most of our development work on laptops, but if you want to actually run HEF files on your laptop, you’ll need to add the Hailo hardware (via M.2 or Thunderbolt connection).
However, if you’re looking to run HAR files without the hardware, you can definitely do that using emulation. Check out this thread: .Har infer on raspberry pi - #2 by KlausK
Basically, you can run .har files in emulation mode on your laptop using the Hailo Dataflow Compiler Emulator.
Hope this helps!