Default Avatar

Maria Chen

Maria Chen

About

Username
Maria Chen
Joined
Visits
1,112
Last Active
Roles
Member, ModeratorsKL520, ModeratorsKL720, ModeratorsAIModel

Comments

  • 您好, 可以請您確認一下這些嗎? 謝謝! -您的Python版本 (app_face_detection_recognize支援Python 3.5-3.9) https://www.kneron.com/forum/uploads/414/BY1SGFW7YSWZ.png -您的firmware版本(Firmware需要KDP2,如果不是的話需要更新) https://www.kneron.com/forum/u…
  • Hi Gopinath, Thank you for answering the questions. So even if you clicked the Options tab -> List All Devices in Zadig, it wouldn't come up as "Kneron KL520"? Is the USB dongle detected in your Device Manager? https://www.kneron.com/f…
  • Hi Gopinath, Could you specify what OS you're using? If you were using Windows, you would need to install Zadig, and if you were using Ubuntu/Raspberry Pi, you would need to configure USB permission. For more information in regards to installing, yo…
  • Hi Jack, Our pre-processing only works for 4W4C8B format, so you would need to use kp_generic_raw_inference_bypass_pre_proc_send (for Kneron PLUS v1.3.0) or kp_generic_data_inference_send (for Kneron PLUS v2.0.0) to directly send the data for infere…
  • Hi Jack, To inference a non-image format: If you were using Kneron PLUS v1.3.0, you could use the function kp_generic_raw_inference_bypass_pre_proc_send to bypass the pre-processing and inference your input. You would also need to be aware of the NP…
  • Hi Jack, Are you using the examples in the example_xxx folders (e.g. example_kdrv and example_sbt) in the firmware/build folder? If so, our examples can only use J-Link to load the firmware to DDR right now unless you modified them, since they're ju…
  • 您好: 這個裡面,有附一些keil MDK的網站: v1.5.x - Document Center (kneron.com),也有keil的文檔連結可以參考。 價錢的話,這裡有寫: Compare MDK Editions (keil.com),我們建議使用者購買essential version即可。
  • https://www.kneron.com/forum/discussion/comment/1129#Comment_1129 Hi Karasu, Yes, we could have a non-image format as the input. If you were using Kneron PLUS v1.3.0, you could use the function kp_generic_raw_inference_bypass_pre_proc_send to bypa…
  • 您好: 問題一: 不好意思,我看到您的圖片裡是有看到有執行下面的command,不過不確定有沒有漏掉exporting前面的../ (然後確認這個yolov5資料夾的外面有exporting資料夾,裡面應該要有yolov5_export.py) https://www.kneron.com/forum/uploads/156/U78H58S1GLJY.png Def…
  • Hi Karasu, Sorry for the delay; we're currently looking into the issue with another team, and we'll let you know when we've found out the cause for this issue. Thank you for your patience!
  • 您好: 是的,也需要將fw_scpu.bin與fw_ncpu.bin燒錄進KL720 (這兩個.bin檔在Kneron PLUS的res/firmware/KL720裡面),然後把.nef檔放在models的資料夾裡,再改example的KL720DemoGenericInference,這樣就可以進行姿態偵測了。
  • 您好: 問題一: Kneron-mmpose 具體流程您可以參考: https://github.com/kneron/kneron-mmpose 裡面有 Tutorial-Kneron Edition 給您參考: rsn18_hand_pose_step_by_step.md Tutorial 內有 .nef 使用教學,與如何產生出自己的 .nef。 幫您釐清一下,使用 top_down_img_d…
  • 您好: 問題多沒關係,不用不好意思! 因為有很多東西,第一次使用都會覺得複雜。 問題一: 是的,如果要用GPIO來控制LED的話,需要寫firmware然後轉成bin檔。編寫firmware需要透過ARM的套件Keil C來編譯,沒辦法使用python。 問題二: 只要能夠觀看serial port data的term…
  • 您好, 問題一: 不好意思請問一下,您現在想要寫Kneron PLUS上的程式(用C或Python寫),還是firmware (KL720 SDK 1.5.0)的程式(用C寫)呢? 是跟上面所說的LED有關係嗎? 如果要寫firmware的程式的話,會需要使用keil C並且需要購買付費授權,才能用keil輸出.bin檔。 問題…
  • 您好, 是的,可以在KL720 firmware的程式裡修改東西。如果想要開發自己的AI模型,才會需要轉成.nef檔。 關於GPIO的應用,這裡有提到KL720 SDK的build資料夾裡面有一些範例可以給您參考。 SOC Peripheral Drivers - Document Center (kneron.com) https://www.kneron.c…
  • 您好, 問題一: 要控制LED的話若只是要開關可以透過GPIO來控制,KL720有很多隻GPIO,但開發版上沒有現成GPIO接LED的設計,需要額外將選定的GPIO接到自己的LED上。 問題二: 這個也可以。uart有兩組,uart0跟uart1。
  • Hi, Unfortunately, we currently don't have a function that draws numbers/words. If you really need it, you'll have to write your own text library inside KL520 for converting your numbers/words into pixels, then modify the code in the display driver …
  • Hi Myron, https://www.kneron.com/forum/uploads/398/MURXJWWHASV7.png After downloading Kneron_DFUT_raspberry_pi_1.3.0 in the development center, please go inside the Kneron_DFUT/bin folder, then try running the Kneron_DFUT program by entering the ./K…
  • Hi Myron, Sorry for the late reply, and I'm glad you've figured it out. Yes, you'll need to download Kneron PLUS first, then go to the package directory in the python folder, then run the command to install the API. More information could be found h…
    in MyCroft Comment by Maria Chen April 2022
  • Hi Mason, That's good to hear! We don't have the exact schedule for the toolchain update, but our teams are working on it.
  • Hi Mason, Thank you for providing the information. Our team ran your code, and we think you could change your alignment for the inference. (Please refer to the code below) The reason why the timeout error occurred is that the NPU input should be 1W1…
  • Hi Mason, By "accepting 1, 2, 3, and 4-channel data," could you explain more about it, such as how you noticed that it didn't accept the data in the 5th channel? Also, if the model only accepted the first 4 channel's data, then the problem…
  • Hi Mason, Thank you for waiting. According to the hardware team, it seems like one of the model's layers got stuck in the NPU, so the toolchain team will be fixing that bug. You could wait for the updated toolchain to be released, or use your previo…
  • Hi Mason, We got your files, and our team found out that the inference flow is stuck in the NPU again. Investigating the root cause inside the NPU would take some time. We'll let you know once we've figured out the cause, thank you for your patience!
  • Hi Mason, Thank you for your information. Could you upload your files onto this sharepoint folder via the below link? We'll perform testing on our side as well. 20220308 Please let us know if you couldn't upload your files here.
  • Hi Mason, Could you check the ioinfo.csv file for the NPU input format? Usually, when there are 4 channels, it should be able to run properly with the input 4W4C8B, and 1W16C8B would be more likely to cause errors. https://www.kneron.com/forum/uploa…
  • Hi Myron, Kneron supports Raspberry Pi 4, so you should be able to install the dependencies even though our document says 32-bit. Could you let us know what parts are incomplete or if you are having any troubles? We could help you in this thread.
  • Hi Mitsuhiro, a) KL720 SDK v.1.3.0 should support YOLOV3_608_MODEL (YOLO_V3_608_608_3). I've also tried to run "./kl720_cam_isi_center_app 0 20 210" on host_lib 1.0.0 using a KL720 board with SDK v1.3.0 firmware, and it showed some blue sq…
  • Hi, There are a few ways you could implement lookup tables, but it depends on your environment. How are you planning to use the lookup table? Are you planning to use Kneron PLUS?
  • Hi Oded, No worries, there's no need to convert anything. You can use 24bit model as well. When it is being converted using the toolchain, it will automatically fit the NPU format (RGBA8888). You will need to input the right parameters for pre-proc…