Ethon Lin
Ethon Lin
About
- Username
- Ethon Lin
- Joined
- Visits
- 1,230
- Last Active
- Roles
- Member, ModeratorsKL520, ModeratorsKL720, ModeratorsAIModel
Comments
-
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上容易因為前後處理與原本有差異…
-
Hello, KL730 如果要指定 input 是 4W4C8B,格式上需要滿足 conv 是 first layer, 且 input channel <=4 && column stride <= 2 && column dilation == 1 onnx conv stride/dilation 定義可以參考 https://github.com/onnx/onnx/blob/rel-1.15…
-
您好, 網頁的部分感謝告知。 是的,使用上如同usb dongle,都是透過USB介面在通訊,也可以直接搭配KNERON PLUS來使用
-
您好, 很高興知道您使用上的問題解決了,也感謝您的回報。 Dual KL720 MINI PCIE的部分,如同您現在使用的2280 B Key,也是透過PCIe來彙整兩顆KL720的USB通訊,所以使用上也是PCIe介面,但會需要能支援USB的裝置才能使用。 最後,會方便跟您了解一下您是在哪邊看到相…
-
Hello, KL720 dual chip款的預設是使用PCIE來做通訊,所以要麻煩先確認使用的M.2主機是否有支援PCIE。 若有支援的話,如同Maria所述,電腦會認到兩個KL720裝置,後續的使用皆與dongle相同
-
Have you ever tried running inference on your ONNX model using ktc.kneron_inference() in the Toolchain before converting it into NEF format? If you have already confirmed the performance of the ONNX model you trained, the difference in accuracy bet…
-
Hello, 可以請您描述一下您遇到了什麼問題嗎?
-
It’s great to hear that the issue has been resolved. Feel free to contact us again if you encounter any other problems.
-
Hi Franklin, Did you purchase any Kneron devices, and where did you get them? Please contact your purchase window instead of 'info@kneron.us.' We will provide download access for the product you bought. If you intend to purchase but have not bought …
-
Hi Franklin, The files are only provided to limited users. Please contact your purchase window to get access rights
-
您執行的KneronDFUT.sh應該是Kneron_DFUT_ubuntu內的檔案,這是提供給ubuntu環境中使用的,無法在樹梅派上執行。 如前面所提,Raspberry Pi環境上的應用程式必須透過C來編譯,還請參考前面Maria提供的說明來編譯DFUT console https://www.kneron.com/forum/discussion/…
-
不清楚該圖片的來源,針對您提的範例我們這邊可能無法協助說明,但文中提的PLUS v1.3.0已經是近三年前的版本了,現在使用該版本的話可能會有蠻多已經不支援的問題 https://www.kneron.com/forum/uploads/322/0L5FHYM37VEP.jpg 新版本的PLUS可以至耐能的開發者網站下載…
-
sudo ./scan_devices指令表示以sudo權限來執行scan_devices這個執行檔,請先確認您執行的路徑下,透過指令 ls 來列出所有檔案後,看的到scan_devices這個執行檔再來執行 scan_devices為PLUS編譯後生成的執行檔,在完成整個build流程後(最後一部make -j 成功後),會在您…
-
Hello, 模型後段看起來有些layer維度超過NPU的限制了,NPU只能接受4維 batch x channel x height x width,且batch size必須要是1 建議照紅線處裁剪掉模型後段的layers,並將裁剪掉的部分改在後處理內實現(請務必記得加入此部分運算,否則模型結果會錯誤) https://www…
-
Hello, bash: install_libusb.sh:沒有此一檔案或目錄 表示沒有在install_libusb.sh這個路徑下執行,所以系統找不到檔案.. 檔案在PLUS中有提供,路徑為 /kneron_plus_v3.0.0/kneron_plus/python/install_libusb.sh 另外 樹梅派本身有許多的版本,其OS也有許多版本,…
-
Hello, 這是耐能內部訓練來提供給商務客戶使用的版本,而mmpose則為mmlab所提供的公開模型,所以兩者效果有差。 若對於耐能內部的模型有興趣的話歡迎與我們業務洽詢。
-
https://www.kneron.com/forum/discussion/comment/2081#Comment_2081 這是壓縮分割檔,請將所有檔案下載後放在同一個資料夾內再進行解壓縮 https://www.kneron.com/forum/discussion/comment/2082#Comment_2082 是的,可以照文件中的網址至github上下載,也可以直接…
-
您好, 這類問題通常是由前/後處理有差異所造成,建議先在toolchain上透過simulator確認可以拿到正確的推論答案後再移到630上推論 simulator的使用可以參考https://doc.kneron.com/docs/#toolchain/manual_1_overview/#14-floating-point-model-preparation 參考1.4.3.…
-
你好, 依據你的應用我們這邊可能沒有現成符合你需求的模型,但有關於模型的編修耐能這邊有針對幾個公開模型做實作範例,可以供你參考 Yolov3: https://doc.kneron.com/docs/#toolchain/appendix/yolo_example/ 其他模型: https://doc.kneron.com/docs/#model_traini…
-
您好, 可以參考耐能model zoo中所提供的模型,當中也有一些classification模型可以供您評估是否符合您的需求 https://doc.kneron.com/docs/#model_training/#_top
-
Hi FK, Actually, both Python and C methods mentioned above are for running inference on the KL520 and are not related to model conversion. To convert a model from the original framework (e.g., Keras, PyTorch, etc.), you should use the corresponding …
-
Hi FK, To run model inference on Kneron's NPU, you need to perform quantization and compilation in Kneron's toolchain beforehand. The quantization process will reduce the model's file size. Although there might be a slight loss of precision during q…
-
Hi FK, Yes, if you program the firmware and model file into flash beforehand, there is no need to load the firmware and model before running the application. However, this method is typically used for mass production. You should verify that your fir…
-
Hi FK, The available memory depends on how you upload the model. Upload Model via USB: 35 MB for KL520 Load Model from Flash: 32 MB for KL520 Please note that the capacity is not only for the model size but also includes memory for input data, outpu…
-
Hi FK, It appears that you are using an outdated version (host_lib) that is no longer supported. Please uninstall the previous version and install the latest one. The new development tool is PLUS. You can download it from the following link: https…
-
Greetings, It's possible to run an audio AI model on the KL520 if the model consists of operators supported by the KL520. Here is the information on supported operators: https://doc.kneron.com/docs/#toolchain/appendix/operators/ Additionally, it is…
-
Hello, 若使用的是KL520 usb dongle的話,可以參考我們網頁的說明,透過我們的開發程式PLUS來完成你的應用 https://doc.kneron.com/docs/#plus_c/getting_started/ 設定好PLUS編譯環境後可以參考文件透過generic_inference API來進行推論 https://doc.kneron.com/docs/…