Web Analytics

Hardware Image Preprocessing

Most vision-related inference flows necessitate general image preprocessing to align with the model's input requirement. In Kneron devices, we've not only recognized this necessity but also integrated high-efficiency image preprocessing hardware. This hardware significantly speeds up the vision model inference flow, ensuring a smooth and efficient process.

The significant features include:

The Kneron's unique features:

Limitation

For the KL520/KL630/KL720, the hardware image preprocessing supports image models with either 3 or 4-channel input in a 4W4C8B NPU format. It also supports a single-channel input in a 16W1C8B format (The C - Model Information/Python - Model Information tool can quickly probe the NEF metadata for you). This allows users to leverage the image inference API for easy image pre-processing and NPU data conversion.

In the case of KL730, we provide a more comprehensive list of supported NPU formats in the following table:

NPU Format 16W1C8B 4W4C8B 1W16C8B HW1C8B HW4C8B_DROP_A HW4C8B_KEEP_A
Channel Number of Image Model
1 V V V V
3 V V V V
4 V V V

Note

For any non-image or unsupported model input formats, please refer to following sections
for guidance on converting the input data within the software.