
Nick Wang
Nick Wang
About
- Username
- Nick Wang
- Joined
- Visits
- 246
- Last Active
- Roles
- Member
Comments
-
Hi FU-SYUAN, 看起來是KL630的記憶體不足,請問KL630有同時執行其他程式嗎? 請協助在執行python範例時,在KL630執行下面指令並將相關log提供給我這邊替您查看: 1. ps 2. cat /sys/class/vpl_edmc/footprint 3. free -m 謝謝。
-
Hi ytl0623, The FPS shown in the terminal is NPU inference, not stream. Normally, the FPS of NPU cannot reach 30FPS. Thanks.
-
Hi Nhleem, Is the model you want to update to the KL630 trained by yourself? If so, please refer to the link below to verify the model before porting to the KL630. https://doc.kneron.com/docs/#toolchain/manual_1_overview/#12-workflow-overview Thank…
-
Hi YOUNGJUN, Please provide me with the log from when the KL630 is turned on to when you run plus_usb_companion_init.sh and I will help you check if there are any problems. Thanks.
-
Hi YOUNGJUN, As a reminder, our recommended verification model process is as follows : 1. Verify the E2E simulation of NEF on the toolchain docker. 2. Confirm the results of KL630 companion mode.(python code) 3. Confirm the results of KL630 companio…
-
Hi YOUNGJUN, I noticed that your KL630 firmware is old, please download the v2.5.5 version from our website. https://www.kneron.com/tw/support/developers/ https://www.kneron.com/forum/uploads/019/IEVSJMCIARB7.png "KL630_96board_firmware_for_kne…
-
Hi 蔚禮, 請參考以下說明 ,需注意這種方式如果同時間畫太多框會導致效能下降,使用上需要再評估。 開啟EIS就會使用cpu畫框 (g_dwDrawBoxType = 1;) //! Fill EIS configuration if (pHostStreamInit->dwEisEnable == 1) { tVsrcFrontendConfig.tFecInitCon…
-
Hi 蔚禮, 由於model檔比較大,第一次執行host stream在load model時會花一些時間。
-
Hi 蔚禮, privacy_mask只能設定一種顏色且沒辦法更改,如果需要不同顏色請參考draw_rect()。
-
Hi 蔚禮, 再麻煩提供vrec的Log, 例如有成功執行時: # ./vrec -c vrec_conf.ini [MemMgr][Info]: Start to use memory manager library version 4.2.0.0 !! [MemMgr][Info]: Open EDMC device driver version 6.3.0.2 successful !! [ShrdBufferSrc_Initial:81] path …
-
Hi 蔚禮, 執行vrec不需要另外執行rtsp及vlc,方便的話請提供vrec相關的log給我們提您檢查。 謝謝!
-
Hi YOUNGJUN, I see that you have posted another question. https://www.kneron.com/forum/discussion/466/kp-firmware-host-stream-build-file-problems#latest If there are no more questions here, we will reply in that one. Thanks !
-
Hi YOUNGJUN, According to the information you provided, please note the following points: Model IDs must be larger than 32767. The KL630 program is experiencing repeated execution. It automatically runs rc.local at startup. Renaming rc.local will pr…
-
Hi YOUNGJUN, "inf_config.model_id" This model ID is the value you set when you converted the model, please refer to the following link: https://doc.kneron.com/docs/#toolchain/appendix/toolchain_webgui/#3-web-gui-introduction And the FPS se…
-
Hi 陳蔚禮, 由於nni已經不再支援了,要麻煩您改使用nnm做開發(sdk_v2.5.5\sdk\apps\vmf_nnm\),如果有任何問題歡迎再詢問,謝謝。
-
Hi YOUNGJUN, I think what you need to do now is modify the pre/post process and host_stream.ini. For the pre/post process part, please refer to demo_customize_inf_single_model.c. (sdk_v2.5.5\sdk\apps\vmf_nnm\solution\app_flow\) For the host_stream.…
-
Hi YOUNGJUN, For instructions on Job ID, please see the following link: https://doc.kneron.com/docs/#plus_c/feature_guide/customized_api/create_kl630_single_model_example/#4-pre-process-and-post-process-development Thanks.
-
Hi YOUNGJUN, There are several parts you need to confirm: 1. The model running on KL630 must be converted to nef. 2. The Model ID and Job ID settings must meet the requirements. Model ID: https://doc.kneron.com/docs/#toolchain/appendix/toolchain_web…
-
Hi YOUNGJUN, Has your model been simulated in the toolchain docker? It is recommended to follow the workflow on the website and confirm that there is no problem with the model before porting to KL630. https://doc.kneron.com/docs/#toolchain/manual_1_…
-
Hi, You can try to install the driver using Zadig. Please refer to Section 2.1.3 "Using Zadig to Install Driver" at the following link: https://doc.kneron.com/docs/#plus_c/introduction/install_dependency/ Thank you.
-
Hi, As the email said, I provide the KL630 FW here. https://www.kneron.com/forum/uploads/167/CZ9A312CLYF9.zip Thank you!
-
Hi, Your KL630 has an older firmware version, we recommend updating it to v2.5.5. After updating the firmware , the KL630 will automatically run usb_companion_init after power on, and then the computer will be able to recognize the KL630 device via…
-
Hi JungTae, KL630 related documents can be downloaded from the official website: https://www.kneron.com/en/support/developers/ https://www.kneron.com/forum/uploads/999/3TAOQBNUGRC3.png Additionally, you can confirm the absence of plus_usb_companion_…
-
Hi JungTae, You can run the "ps" command in the terminal to check the PID of the host_stream, and then run the "kill -15 PID" command to kill the host_stream. Also, note that host_stream is run automatically because the rc.local…
-
Customer questions answered by email.
-
Customer questions answered by email.
-
Hi JungTae, Please refer to chapter 1.9 of the KL630_96board_User_Manual. KL630 must be configured to the USB device then can be recognized by the PC. https://www.kneron.com/forum/uploads/519/DWUON9VB98WV.pdf
-
This question was answered by the customer via email. The main reason for the error is that the model contains cpu nodes and KL630 does not support cpu nodes.