
Dereck Hao
Dereck Hao
About
- Username
- Dereck Hao
- Joined
- Visits
- 54
- Last Active
- Roles
- Member, ModeratorsKL520, ModeratorsKL720, ModeratorsAIModel
Comments
-
Congrats on solving the problem!! and thanks for organizing these notes.
-
IMG_CH was 3 for RGB565. This means the preprocess function sees raw data like three bytes as a pixel (R,G,B) Does this mean the preprocess function sees raw data as RGBA8888 format? (4 bytes as a pixel) -> Yes IMAGE_FORMAT_RAW_OUTPUT means to by…
-
Did you check that these parameters are correct?(in_row, in_col, in_ch, top, bottom, left, right, channel...) KL520 model format order is wch, w will be aligned to 16 (below link as your reference. FAQ 4) End to End Simulator - Document Center (kner…
-
SDK cannot support RGBA8888 You can use some helper macros in kdpio.h to check the model output. The reference steps are as follows: Create your post processing function and register it in the ncpu project using kdpio_post_processing_register api Us…
-
Our solution currently does not support channels more than 4 . You can provide information about your unsupported layers for us to see how we can help you Thanks!