The Hailo Model Zoo provides pre-trained models for high-performance deep learning applications. Using the Hailo Model Zoo you can measure the full precision accuracy of each model, the quantized accuracy using the Hailo Emulator and measure the accuracy on the Hailo-8 device. Finally, you will be able to generate the Hailo Executable Format (HEF) binary file to speed-up development and generate high quality applications accelerated with Hailo-8. The Hailo Model Zoo also provides re-training instructions to train the models on custom datasets and models that were trained for specific use-cases on internal datasets.
Models Hailo provides different pre-trained models in ONNX / TF formats and pre-compiled HEF (Hailo Executable Format) binary file to execute on the Hailo devices.
The models are divided to:
Public models - which were trained on publicly available datasets.
- For Hailo-8 - Classification, Object Detection, Segmentation, other tasks
- For Hailo-8L - Classification, Object Detection, Segmentation, other tasks
- For Hailo-15H - Classification, Object Detection, Segmentation, other tasks
- For Hailo-15M - Classification, Object Detection, Segmentation, other tasks
- For Hailo-10 - Classification, Object Detection, Segmentation, other tasks
- HAILO MODELS which were trained in-house for specific use-cases on internal datasets.Each Hailo Model is accompanied with retraining instructions.
Hailo also provides RETRAINING INSTRUCTIONS to train a network from the Hailo Model Zoo with custom dataset.
Install Hailo Dataflow Compiler and enter the virtualenv. In case you are not Hailo customer please contact hailo.ai
Install HailoRT (optional). Required only if you want to run on Hailo-8. In case you are not Hailo customer please contact hailo.ai
Clone the Hailo Model Zoo
git clone https://github.com/hailo-ai/hailo_model_zoo.git
Run the setup script
cd hailo_model_zoo; pip install -e .
Run the Hailo Model Zoo. For example, print the information of the MobileNet-v1 model:
hailomz info mobilenet_v1
For full functionality please see the INSTALLATION GUIDE page (full install instructions and usage examples). The Hailo Model Zoo is using the Hailo Dataflow Compiler for parsing, model optimization, emulation and compilation of the deep learning models. Full functionality includes:
- Parse: model translation of the input model into Hailo's internal representation.
- Profiler: generate profiler report of the model. The report contains information about your model and expected performance on the Hailo hardware.
- Optimize: optimize the deep learning model for inference and generate a numeric translation of the input model into a compressed integer representation.For further information please see our OPTIMIZATION page.
- Compile: run the Hailo compiler to generate the Hailo Executable Format file (HEF) which can be executed on the Hailo hardware.
- Evaluate: infer the model using the Hailo Emulator or the Hailo hardware and produce the model accuracy.
For further information about the Hailo Dataflow Compiler please contact hailo.ai.
The Hailo Model Zoo is released under the MIT license. Please see the LICENSE file for more information.
If you need support, please post your question on our Hailo community Forum for assistance.
For further information please see our CHANGELOG page.