kendryte / nncase

Open deep learning compiler stack for Kendryte AI accelerators ✨
Apache License 2.0
752 stars 184 forks source link

" kpu_image[0].pixel = 1” in yolox example ,i thinks it;s wrong #554

Closed fortunerains closed 2 years ago

fortunerains commented 2 years ago

Describe the bug A clear and concise description of what the bug is. Memory allocation error ,i thinks "kpu_image[0].pixel = 3",because the input bin size is not matching the memory To Reproduce Command line or scripts to reproduce the behavior: 174 line main.c in /home/xiaoyu/code/k210/nncase/examples/yolox/k210/yolox_detect_examplejiu/main.c Expected behavior A clear and concise description of what you expected to happen.

Origin model and code If applicable, add orgin model and code to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

zhen8838 commented 2 years ago

Yes, You are right! I didn't notice the problem here before.