⚡️ Using NNIE as simple as using ncnn ⚡️
Accelerate model's inference time on camera using NNIE.
NNIE 是 Neural Network Inference Engine 的简称,是海思媒体 SoC 中专门针对神经网络特别是深度学习卷积神经网络进行加速处理的硬件单元.
The project is more suitable for algorithm engineer who don't care about the underlying about NNIE's detail or camera system, you can just focus on your model's performance and latency.
===================================================================
CMake-Based Project
This project is straightforward to apply Hi3516CV500、Hi3519AV100
Refactor NNIE by C++ & OpenCV
Hisi SDK version
Cross Tools
Recommend to read Related Blog about more detail.
Model Converter
Deploy
The examples provided how to use general classification and general segmentaion.
You may reference the examples to coding your custom task.
Classification
Segmentation
[x] ENet
[x] SegNet
ObjectDetection
You may use ENet inference cityscapes image, and generate a color mask on camera directly.
A demo output like below and the model is just a toy with few epoch.