
Maria Chen
Maria Chen
About
- Username
- Maria Chen
- Joined
- Visits
- 1,110
- Last Active
- Roles
- Member, ModeratorsKL520, ModeratorsKL720, ModeratorsAIModel
Comments
-
Hi Son, I've attached a document on power consumption for your reference: https://www.kneron.com/forum/uploads/729/3WBW0WR8BEZ9.pdf Flash support list: https://www.kneron.com/forum/uploads/974/QSG74IFTN0EJ.png Unfortunately, we don't have one for wi…
-
Hi, For now, KL630 is only available through sales channels and it's not publicly available yet. Please contact Nick Wang (nick.wang@kneron.us) and FanChiang (shihchun.fanchiang@kneron.us) for technical assistance. Update (April 23): Our team membe…
-
[This is a duplicate of the following question: KneronDFUT-Ubuntu can only be run on Ubuntu 18.04 — Kneron Developer Forums]
-
Hi Yuchen, Unfortunately, we can't remove the version check. If you are using a version that's not 18.04, you could build your own DFUT console instead of using the pre-built DFUT GUI. Step1: Download the latest PLUS here: https://www.kneron.com/tw…
-
Hi Youngjun, Yes, you could try converting the keras model to onnx with keras2onnx. There's also tensorflow-onnx that you could use if you could convert the keras model to tf: https://github.com/onnx/tensorflow-onnx
-
Hi Youngjun, We would recommend you to convert the hdf5 file into an onnx file by using a third-party program instead of keras2onnx, then continue the nef conversion flow with that onnx file.
-
[This is a duplicate of the question here: I encountered an error while trying to convert a bie file to a nef file. — Kneron Developer Forums]
-
Hi Haresh, Our model team checked your script, and it looks okay. Before converting your model, we would suggest you to follow these steps: Use onnx-simplifier to simplify your original onnx model (Note: not the optimized one) Run onnx2onnx Since th…
-
Hi Haresh, Sorry for the late reply. Could you provide us with your script for converting the onnx to nef as well? Thanks! The onnx model you've attached (effdet_kneron_ops.onnx) seems like it hasn't been optimized yet: https://www.kneron.com/forum/…
-
Hi JungTae, Sorry for the late reply. The error message "Input onnx is missing" means that your input is missing the onnx file. Please make sure you're including an onnx file as an input. Thank you for providing the onnx files. This might…
-
Hi Haresh, For questions on KL630, please send another email to Nick Wang for assistance. Thanks!
-
Hi Haresh, The error you got is "ApiReturnCode.KP_ERROR_INVALID_PARAM_12," which means you did not fill out kp.GenericInputNodeImage correctly. Please refer to the right part of the code (KL720DemoGenericImageInference.py) https://www.kner…
-
Hi JungTae, Could you provide us with your results for your IP Evaluator and all of your files, including your onnx file? If all the previous steps worked smoothly, this might be a compiler issue. Thank you!
-
您好, 燒錄時,UART的畫面會有kmdw_dfu_update_model: flashing,這個代表有在燒錄: https://www.kneron.com/forum/uploads/210/889H55BFV2AU.png 但是之後會有選擇BOOT MODE的畫面,如果很長的時間沒有選擇SPI-NAND的話,就會有Error code: 28 https://www.kneron.co…
-
您好, 除此之外,您也可以用Boot mode: Manual (UART) 和 flash_programmer.py來燒錄: Flash Management - Document Center (kneron.com) 關於mode的資訊: Flash Management - Document Center (kneron.com) 關於USB boot和Flash boot: Upgrade AI Device To KDP2 - D…
-
您好, 您可以用UART來查看您的BOOT MODE是什麼。 當KL720開發板在BOOT MODE: USB的時候,會有您看到的error: https://www.kneron.com/forum/uploads/922/IQCKKFCRAAC1.png https://www.kneron.com/forum/uploads/634/J42E54O7GSAR.png 在BOOT MODE: SPI-NAND的時候,…
-
Hi Haresh, The error says, "Input name does not match," with the onnx input ({input_nodes}) and given np ({input_np.keys()}), so you might want to make sure that the order of the names are matching the order of inputs in pre_results: https…
-
Hi, Unfortunately, the natural language processing sample isn't available to the public. If you were interested, please contact our sales rep. Thank you!
-
Hi Haresh, There might be a problem with the onnx file. Could you provide your onnx file so we could test it out and look into it? Thanks! You could also check if your onnx model has operators supported by KL720: Hardware Supported Operators - Docum…
-
您好, 您可以先確認您的model的operators都是有支援的: Hardware Supported Operators - Document Center (kneron.com) 之後,我們建議您用onnx2onnx.py來做optimization和轉換成Kneron形式的onnx檔。
-
Hi Haresh, For now, KL630 is only available through sales channels and it's not publicly available yet. Please feel free to contact our sales department or the department you made a purchase from for technical support.
-
您好, 1. Kneron Academy只支援KL520裝置: https://www.kneron.com/forum/uploads/788/HJXD3LQLABR4.png Kneron Academy是幾年前的app,比較沒有在維護了,建議您使用Kneron PLUS。 2. 只要segmentation模型內的operators都是KL720有support的,理論上KL720裝置就能支…
-
Hi Jacky, 太好了,恭喜您轉換與推論成功!
-
Hi Jacky, 不好意思,回覆變晚了! 關於kneron_flow (0216)的model,我們model team的同事在onnx檔發現post process的部分留在onnx裡面了。Post process高機率會包含KL720裡面的NPU不支援的operator,所以會有異常。我們建議您將onnx裡面的post process的部分(下圖,紅…
-
Hi Jacky, 新年快樂, 關於yolov5 to kneron.nef的流程,(4)是Kneron格式的.onnx to .bie,(5)是.bie to .nef沒錯 是的,(3)的onnx to onnx, (4), 和(5)都需要在Toolchain Docker上去執行。您可以參照這裡的步驟,將python code的部分放在一個python script裡面(像是to…
-
Hi Jacky, Toolchain的workspace/libs/compiler裡面有kneron_nef_utils,可以查看.nef模型的資訊: NEF Utils Guide - Document Center (kneron.com) 不過沒有辦法看到詳細的架構。
-
Hi Jacky, 我們沒有yolo v5最新版本的轉換教學,不過舊的版本有這個範例: Object detection yolov5 - Document Center (kneron.com) ,可能會需要與這個新的toolchain manual一起做參考: 1. Toolchain Manual Overview - Document Center (kneron.com) 無論是任何版本…
-
您好, KL630的開發流程也很類似KL520/720的流程,所以理論上客戶不會有太大的問題 PLUS推薦目前的最新版本,裡面有KL630的範例: v2.2.0 docker也推薦目前的最新版本: v0.23.1 KL630應用範例: Create Single Model Example for KL630 - Document Center (kneron.com)
-
Hi, The kp_release_model_nef_descriptor function only releases the struct of the model information, so it doesn't unload the model on the device. If the device already has a model, we can skip kp_load_model and run inference. If you'd like to load a…
-
您好, 您可以參照文檔上在Raspberry Pi設定KL520和KL720裝置的說明: Install Dependency - Document Center (kneron.com) 之後,可以確認裝置的firmware是KDP2的: Upgrade AI Device To KDP2 - Document Center (kneron.com) 設定好之後,可以使用Kneron PLUS,用裡面…