
Maria Chen
Maria Chen
About
- Username
- Maria Chen
- Joined
- Visits
- 1,092
- Last Active
- Roles
- Member, ModeratorsKL520, ModeratorsKL720, ModeratorsAIModel
Comments
-
您好, 是的,無論是用USB上傳和firmware燒錄都會需要先用NEF Combine組合兩個nef模型,然後再做燒錄喔。 NEF Combine的說明: 5. Compilation - Document Center 在KL720上用多個模型的範例: Create Multiple Model Example for KL720 - Document Center
-
您好, 我們沒有特別建議使用哪一個架構,只要模型的operators都是KL720有支援的話,照理上都可以使用喔。 硬體支援的operators: Hardware Supported Operators - Document Center 也可以參考Kneron硬體的效能: Hardware Performance - Document Center 使用Kneron Too…
-
您好, 可以的,如果是要用USB上傳模型,大小的限制總共是75MB,而如果是在firmware上燒模型,限制總共是70MB。 https://www.kneron.com/forum/uploads/635/CQL637KGXO9U.png 參考文檔: Write Model To Flash - Document Center
-
Hi Franklin, These are the platforms you can build and run Kneron PLUS on: https://www.kneron.com/forum/uploads/135/4K7XP5J1COMK.png If you are not using the above platforms, to flash the KL520 firmware, you could download Kneron PLUS and try buildi…
-
Hi SeonGyun, In that case, I don't think it's possible.
-
Hi SeonGyun, Unfortunately, we can't run OpenCV and ONNX Runtime directly inside KL630, but if you were talking about running OpenCV on host side when KL630 is in companion mode, it is possible. Please refer to this link for reference: Create Single…
-
Hi, The nodes labeled as "cpu_nodes" are nodes that are not supported by KL520 NPU: kdp520/ip_eval/cpu_node: Sigmoid: Sigmoid_129, Sigmoid_131, Sigmoid_133 Since KL520 doesn't support Sigmoid nodes, you will need to cut them in your onnx m…
-
您好, 雖然Kneron官網上的Raspberry Pi的映象檔現在沒有再支援了,不過它裡面有安裝可以執行Kneron的apps的環境。如果您用官方提供的映象,可以參照文檔來安裝環境: Install Dependency - Document Center
-
Hi Seongyun, We've never encountered this situation. Could you describe in detail how you connected your KL630 via USB so we could try reproducing the error? Thanks!
-
Hi Seongyun, I'm glad you completed the detection successfully. For preprocess and postprocess development, you could refer to the link Nick replied to you. It should be at the bottom of the page: https://www.kneron.com/forum/uploads/484/XECK62QXDVN…
-
Hi Seongyun, The error seems to be caused by the firmware code; there might be parts that are incomplete. Please make sure that you've written a postprocess callback in the firmware. https://www.kneron.com/forum/uploads/225/E16P9EBUKLFR.png If the …
-
Hi Seongyun, I'm sorry to tell you this, but unfortunately, no. KL520 SDK and KL630 SDK are very different, so if you don't have the KL630 SDK (the SDK has the firmware code), you will need to contact our sales representative who you purchased the K…
-
Hi Seongyun, The misunderstanding is that you might have used the KL520 firmware for KL630. The firmware for KL520 and KL630 are very different; you could refer to the documentation link Nick sent above. Do you have the KL630 SDK?
-
Hi Hans, For issues with KL730, please contact the original sales representative you purchased the KL730 from. They should be able to provide you with the contact person for technical assistance. Thank you!
-
Hi Vidhi, For technical assistance with KL730, please contact the original sales representative you were in touch with. They should be able to provide you with help. Thank you!
-
Hi Seongyun, Have you verified that your NEF model works? Also, the code you've provided is the KL630 firmware code. Could you provide your KL630 Kneron PLUS code as well so we could look into it? Thanks! You could check if the firmware you are usin…
-
Hi Dr. Tony Tsang, For quotation assistance, please contact our sales representative Brian (brian.lin@kneron.us). Thank you for your interest!
-
Hi Dr. Tony Tsang, For quotation assistance, please contact our sales representative Brian (brian.lin@kneron.us). Thank you for your interest!
-
Hi, The error code KP_ERROR_RECEIVE_JOB_ID_MISMATCH_32 appears when the Job ID returned from the firmware is different from the original Job ID set in Kneron PLUS: https://www.kneron.com/forum/uploads/784/CB5HXCHW6HY7.png As Andy said, the send and …
-
Hi Vidhi, We would recommend you to contact the original sales representative you were in touch with. They should be able to provide technical assistance with KL730. Thank you!
-
您好, 可以請您提供您使用的onnx模型嗎? 謝謝!
-
您好, 不好意思想再跟您確認一下,請問您有使用指令sudo apt install cmake和sudo apt install build-essential嗎? install_libusb.sh這個檔案在kneron_plus資料夾裡面,所以會需要您cd去kneron_plus,然後再sudo bash install_libusb.sh。 如果上述的步驟失敗的話,…
-
您好, 在樹梅派建立環境的話,網址那一篇是2020的,裡面提到的host lib比較舊,我們會建議您使用Kneron PLUS。官網的資料比較新,所以可以請您依照官網上的說明來建立環境。 官網文檔: Install Dependency - Document Center Kneron PLUS可以在以下的環境執行: https:…
-
您好, 改完後,不能直接關閉喔,需要保存然後退出。如果您的畫面下方有INSERT的話,需要先按ESC或是ctrl + [,INSERT就會不見 (有顯示INSERT的時候,可以做編輯)。然後輸入:wq,意思是存檔後離開。 您可以參考一下Vim的說明: https://gitbook.tw/chapters/command-lin…
-
您好, 您的指令是給Ubuntu用的,而您使用的平台看起來像是Windows,所以會需要跑cmake -DWITH_OPENCV=ON .. -G "MSYS Makefiles"喔 https://www.kneron.com/forum/uploads/403/8E6NTEQPR4XL.png 關於OpenCV,請確認是否有在MSYS2 MinGW 64-bit build OpenCV…
-
您好, 補充說明一下,您的平台好像是Raspberry pi 4,而Kneron PLUS支持以下的OS https://www.kneron.com/forum/uploads/045/SI3FGTGIN4UJ.png 所以會需要請您在Kneron PLUS去build DFUT console後更新firmware: https://www.kneron.com/forum/uploads/946/0GX8SLRG5A…
-
您好, 是的,只有一個可以解壓縮,解壓縮的時候請確認全部的分割檔都在同一個資料夾裡面,解壓縮001的時候就會一次全部解壓縮。 還有,請確認您使用的是MSYS2 MinGW 64 (藍色的) https://www.kneron.com/forum/uploads/510/PDTFPGSRIXDI.png 您在MinGW 64會需要去您…
-
您好, 讓您久等了,新的toolchain版本(0.27.0)出來了! 請您再測試一下LSTM的處理,謝謝!
-
您好, 請您確認是否有設定USB權限: https://www.kneron.com/forum/uploads/653/FMZJ4AT0APYI.png 參考文檔: Install Dependency - Document Center
-
您好, 現在您的KL720的firmware type看起來像是KDP,所以會需要您更新firmware成KDP2: https://www.kneron.com/forum/uploads/584/M1BSFVLZXBUA.png KDP2 firmware在Kneron PLUS裡面的res/firmware/KL720資料夾裡面。 參考文檔: Upgrade AI Device To KDP2 - Document…