mit-han-lab / tinyengine

[NeurIPS 2020] MCUNet: Tiny Deep Learning on IoT Devices; [NeurIPS 2021] MCUNetV2: Memory-Efficient Patch-based Inference for Tiny Deep Learning; [NeurIPS 2022] MCUNetV3: On-Device Training Under 256KB Memory
https://mcunet.mit.edu
MIT License
757 stars 127 forks source link

Obtaining c array from the image #92

Open atakli opened 10 months ago

atakli commented 10 months ago

Hi,

How did you obtain the c array from the example image in the folder https://github.com/mit-han-lab/tinyengine/tree/main/tutorial/inference/Src/testing_data ?

No matter which method I try, cannot obtain the same array. For example, subtracting 128 from each element of the array.

Thanks