Ethon Lin
Ethon Lin
About
- Username
- Ethon Lin
- Joined
- Visits
- 1,362
- Last Active
- Roles
- Member, ModeratorsKL520, ModeratorsKL720, ModeratorsAIModel
Comments
-
Hello, To program flash for board HDK, you need to update all binaries listed in <Table 4-1 Pre-Built Firmware for HDK>. You can find the table and program commands in chapter 4.1 Firmware Update in the HDK document <KL730 Series HDK Board …
-
你好, Kneo-Pi是使用Arch linux的GUI OS,基本上可以視為一台小電腦,若有不同台KNEO Pi要相互通訊,使用網路會是最為便捷的作法
-
Hello, There is already a dedicated handler for issues from your company. Please feel free to pass your questions to the contact.
-
Hello, The pre-built images include the driver for IMX678, but the driver is not in the "kernel" image. You can find the driver IMX678_v1.0.0.5.ko at "/02_APP/02_Software_Tool_Kit/SDK/drivers", but you still need a demo_out to ru…
-
Hi, To update to the latest SDK environment, you can refer to Chapter 4.1 in the "KL730_HDK_Board_User_Manual.pdf" document included in the HDK. (The HDK means board of KNEO Pi.) And in Chapter 4.5 of the "KL730_HDK_Board_User_Manual…
-
Hello, Do you have an account for Developer Center? https://www.kneron.com/en/support/developers/ The download permission depends on the account you login with. If you don't have any account, you should apply for it through the purchase window. Or …
-
Yes, you can use this forum to discuss corresponding issues you encountered. But we don't have the authority to grant you downloading permission. Before you get the contents of the SDK, you should sign some NDA or paper contract. That's why we sugg…
-
Hello, To reach the SDK of KL730, you need to get the permission priorly. Please contact your purchase window to get the authority of access.
-
Hello, The image "kneo_pi_hdk_12G_v1.2.6.img.xz" is for KNEO Pi, which is a GUI OS for users to easily use the provided functions. But user is NOT allowed to develop basic HW functions on KNEO Pi OS. If you want to build driver, please use…
-
你好, API讀取ID的部分請參考kp_scan_devices或kp_get_system_info https://doc.kneron.com/docs/#plus_c_api/api_reference_3.1.2/kp_core.h/#kp_scan_devices https://doc.kneron.com/docs/#plus_c_api/api_reference_3.1.2/kp_core.h/#kp_get_system_info 加密機制…
-
您好, 感謝您的來信詢問,若對於車用產品相關有興趣的話可以直接和我們的業務Arthur (arthur.lee@otus.com.tw)聯絡,謝謝
-
Hello, There is already a dedicated handler for issues from your company. Please feel free to pass your questions to the contact.
-
Hello, Kneron Academy從2021年後就停止更新了,裡面所用的架構host_lib也都不再支援了,目前已經全面換成新架構PLUS,也沒有要再支援Kneron Academy的規劃。 若是想了解KL520的相關用法的話,建議可以從C版本的PLUS起步,可以參考文件 https://doc.kneron.com/docs/#p…
-
Hello, 我這邊在720上透過直接修改kl720_demo_generic_image_inference內的模型路徑跑你提供的models_720.nef,看起來是可以正常推論的 (使用PLUS 3.1.2,並事先將720燒入/kneron_plus_v3.1.2/kneron_plus/res/firmware/KL720/中的fw.bin https://www.kneron.com/forum…
-
Hello, To retrieve the focus statistics, you can use the 'STAT_GET' example. Please refer to the instructions in Section 3.32 of the Leipzig_SDK_Examples_User_Guide.pdf. https://www.kneron.com/forum/uploads/218/MU29NXICD0HZ.jpg Additionally, there …
-
Hello, 感謝提供,確認後發現是因為模型中的description造成編譯錯誤,此問題後續的版本會修正,現階段可以在optimize的過程中加入引數"clear_descriptions=True"來避開問題 md_opt = kneronnxopt.optimize(m, clear_descriptions=True) 目前以此設定是可以…
-
Hello, 為了加速釐清問題,是否方便直接提供ONNX模型給我們實驗呢? 若是因為模型太大無法上傳的話,可以放到此網路空間 discussion_599 再麻煩了,感謝
-
Hello, The data you mentioned are not public information, so they are not included in the HDK. If you need to access this information, please contact our sales window. We will provide them once you have signed the NDA and other required documents.
-
Hi Willian, Could you let us know which board you are using? Are you using a KNEO Pi board with an SD card inserted? And can you see any message from the UART terminal when you boot? To help with the issue you encountered, we need more information…
-
Hello, The operator "Softmax" is supported on KL730, and you can check the compatibility of other operators using our support table: https://doc.kneron.com/docs/#toolchain/appendix/operators/ You can modify your ONNX model using many open …
-
Hello, Regarding the YOLOv11 and YOLOv8 models, if you can modify them to a structure consisting only of supported operators, they will be able to run on KL730. Please refer to the table to check the supported list https://doc.kneron.com/docs/#toolc…
-
Hi Dominic , To get further development information of KL730, there are some NDAs you need to sign before we can provide it to you. Please contact our sales to check the details, and we will arrange the corresponding support for you.
-
Hi Jerry, KL730基本上都是專案開發,理論上都會有對應的支援窗口,若您那邊沒有相關資訊,還請向購買單位聯絡,相信都會為您安排 論壇的設置是希望大家發問討論之餘也可以讓其他人也看到相關的訊息分享,若這邊的答案無法滿足您,也可直接向支援窗口詢問,請避免在此…
-
相關問題已另外有信件回覆,故關閉此討論串,若有其他問題可以直接信件中詢問,或另開新的討論篇章
-
Hello, The "devel_leipzig" should be sourced every time you compile a file (U-Boot, TFA, etc.). e.g. If you are going to compile U-Boot, before entering the folder "/SDK_v1.3.0/SDK/01_BSP/04_U-Boot/U-Boot" to compile U-Boot, y…
-
要比較models_730.nef與pth,請先在toolchain上透過ktc.kneron_inference()分別對ONNX與NEF模型推論,並確認兩者使用完全相同的流程(preprocess, postprocess. etc..),僅有模型的差異,來比較兩者答案是否都有符合您的預期 在因為PLUS上容易因為前後處理與原本有差異…