-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for Hailo #2
Comments
The Dataflow Compiler can't be installed on Raspberry Pi |
May now be coming "soon" ..? |
The DFC is now available!
More at https://www.raspberrypi.com/news/raspberry-pi-ai-kit-update-dataflow-compiler-now-available/. |
Should look at the Seeed Studio YOLO benchmark code and see if that's helpful for integration. I think the real sticking point here is getting the benchmark model translated to HEF format, the DFC doesn't look straighforward. |
To setup a Hailo environment with TensorFlow we'd need to clone the Hailo examples repository, set up the Hailo environment — this creates the virtual environment, and exports the TAPPAS post processing directory. Then,
Then we need to write a script to run the Dataflow Compiler to convert our TensorFlow models to HEF format, so it can be used by the Hailo module.
The text was updated successfully, but these errors were encountered: