Default Avatar

陳昱堯

陳昱堯

About

Username
陳昱堯
Joined
Visits
75
Last Active
Roles
Member

Comments

  • Thank you for reply!! I finally get a version for normal result. The error is a little bigger than dongle, but it is OK because the camera is different. That should be solved by better designed model. At least the result is stable and reasonable now…
  • Hello Ethon, Yes, you are right. I get correct result with dongle (RGB565 and RGBA8888 are both correct), but sometimes wrong result on 96 board. I dont know if I understand the SDK code right. Maybe this is the point. In the settings below, IMG_CH …
  • Hi Ethon, Thank for your advice! I found the comment of raw output format: /* raw output format:  * ([output_num][height_outnode1][channel_outnode1][width_outnode1][radix_outnode1][scale_outnode1][h2][c2][w2][r2][s2][...]  * [h_n][c_n][w_n][r_n][s_…
  • Hi, I write a version with raw output R->G->B->A(A set to 0), and the for loop is based on H, C, W format. The model result is sometimes correct (error < 3) and sometimes in the range 10-20, but I didn't see this situation when using do…
  • I found that the preprocess function wrong, but there is no detail comment of the raw data format in SDK. Therefore, I try to debug and change the code as below. I use NPU_FORMAT_RGBA8888, but my model only use B, G, R (three channels), so I set A a…
  • Hi, Dereck, thanks for your hint and link!! I've figure out the solution! And I changed the application. It becomes a camera-vedio with red rectangle (measure range) As the user enter "3" to cmd, the dev kit measures the value (predicted b…
  • Hi, Dereck, Thank for the reply! I try to modify the post_process function and get a result which is not correct I print some messages and find out the status is not right The codes are shown below: preprocess function: It seems working fine. I only…