
Maria Chen
Maria Chen
About
- Username
- Maria Chen
- Joined
- Visits
- 1,113
- Last Active
- Roles
- Member, ModeratorsKL520, ModeratorsKL720, ModeratorsAIModel
Comments
-
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…
-
Hi Kendrick, 因為SDK架構的更動,95MB為舊數據,經過一些驗證,新架構的模型上限將會下調 (建議不超過75MB)。 至於讓模型變小的事情,建議直接在網路上找比較小的openpose的model,也可以參考這個網站來做pruning: https://github.com/ChrisAllenMing/pruned_lightw…
-
Hi Albert, Unfortunately, the current Kneron_DFUT (v1.2.0) only supports Raspberry Pi 4, Windows, and Ubuntu. There will be a new version of Kneron PLUS, estimated to be released at the end of the month. In that version, there will be a file you co…
-
Hi Bo-Chen, 有,可以把host_lib的firmware放在Kneron_DFUT裡適當的路徑下,再用以下的command: $ sudo ./KneronDFUT --kl520-update --port {port ID} --scpu {SCPU_FILE_PATH} --ncpu {NCPU_FILE_PATH} 這個沒有在文檔裡面,不過可以用來將KDP2 firmware變回KDP firm…
-
Hi Oded, Have you updated firmware to your flash? Have you modified your scpu file, and if so, could you provide it? What example were you running when you ran into the error? We could help you debug if you could provide the firmware and PLUS exampl…
-
Hi Kendrick, 這個error的原因有可能是因為.nef檔太大。雖然沒有超過上限,但是firmware的更動有時會影響model能用的空間大小,所以可以請您試著讓.nef檔變小一點,在測試看看嗎? 或是能不能請您提供.nef模型和KL720_Openpose_inference.py,我們可以試著調整設定然後…
-
還有,請問一下有用 sudo ./scan_devices執行嗎? 另外,可以試著以管理者權限創建 (或開啟)檔案 /etc/udev/rules.d/10-local.rules (若不是用管理者權限開啟的話無法存檔),在檔案中加入下面三行: SUBSYSTEM=="usb",ATTRS{idVendor}=="3231",ATTRS…
-
Hi, 想跟您確認一下,您有下載 libusb-1.0-0-dev嗎? https://www.kneron.com/forum/uploads/245/J5VZJLQAR98E.png
-
Hi, 好的,請試試看把Kneron_DFUT/lib/libc.so.6從lib資料夾拿出來,再試著執行一次,因為libc.so可能與這個raspberry pi不相符。這樣,它就會用系統裡的libc.so.6。 如果還是不能執行的話,請再回覆,謝謝!
-
Hi, 程式記憶體區段錯誤有很多種原因。請問一下,您下載的Kneron_DFUT是raspberry pi的版本嗎? Kneron_DFUT_v1.2.1是ubuntu用的,所以可以在archives下載raspberry pi的1.2.0版本。 https://www.kneron.com/forum/uploads/313/HOMYXBM6O8IT.png 如果還是不能執行的話…
-
Hi, 是的,要安裝python3,但不用一定要3.8。 安裝.whl時,要用 pip3 install KneronPLUS-{version}-py3-none-any.whl。
-
Hi, 1. 您的KneronDFUT的zip名稱有包含ubuntu嗎?這個bin裡面的KneronDFUT只能在ubuntu執行。 https://www.kneron.com/forum/uploads/678/9HTCLBU4LSYP.png 如果您用的是Windows的話,請下載Windows用的KneronDFUT,在archives裡面: https://www.kneron.com/forum/upl…
-
Hi Jichen, The camera's register table is only for internal use. If you would like to have access to it, please contact our sales rep. Thank you!
-
Hi Fred, 每個webcam有它支援的解析度的大小限制,請確認您的webcam的解析度,再來設定image_source_h跟image_source_w。 還有,在KL520,輸入的圖片大小 (320 x 320) 不能小於model_input_shape (416 x 416)。