
NaiShengSyu
NaiShengSyu
About
- Username
- NaiShengSyu
- Joined
- Visits
- 19
- Last Active
- Roles
- Member
Comments
-
Thanks, it works 😀!!
-
I followed the simple way you suggested but cannot get correct result. I'm not sure which part I did wrong. Note that if I use this method, the hardware_validate_520.py will even failed. The model now is: ======================== https://www.kneron.…
-
https://www.kneron.com/forum/discussion/comment/14#Comment_14 However, the inference results of "x - 128" are not as great as the ones using "x / 2" in my case 🙁. I think the reason is that "x - 128" shifts the data dis…
-
I think I find the root cause, since the model is "int8" precision on Kneron, the input data should also in the range [-128, 127]. I convert the RGBA8888 to RGBA7777(all values divided by two), and the result looks much more correct.