Maria_Kneron
Maria_Kneron
About
- Username
- Maria_Kneron
- Joined
- Visits
- 1,274
- Last Active
- Roles
- Member, ModeratorsKL520, ModeratorsKL720, ModeratorsAIModel
Comments
-
Hi, If you have a KNEO Pi and you'd like to assign an IP, please refer to this part of the KNEO Pi documentation: KNEO Pi Configuration via the Command Line - KNEO Pi Documentation We recommend you to read the Getting Started page to gain a better u…
-
Hi, Thank you for providing the files! We're currently looking into it. Meanwhile, I remember you said that you removed_sigmoid.onnx, then did postprocessing and then got the accurate result, but after converting that model into BIE and NEF files, t…
-
Hi, If you purchased a KNEO Pi, you could refer to our KNEO Pi Documentation website: https://kneron.github.io/kneopi-documentation/ This is the getting started page: https://kneron.github.io/kneopi-documentation/getting-started/index.html If it was…
-
Hi, To install the driver for CP2102N USB-to-UART, please refer to this page of our documentation, in the "Using UART" section: The 40-pin Header - KNEO Pi Documentation The instructions are collapsed, so you might need to expand it: https…
-
Hi, Unfortunately, we can't access Google Drive. Could you please directly upload a zip file here, or use another way to share the files? Sorry for the inconvenience, and thank you for your understanding!
-
Hi, I'm glad the issue is resolved. You can find the documentation inside KLM5S3_HW/01_Hardware/02_PCB/01_EVM/M5S_EVM-SOCKET_3_0/M5S_EVM-SOCKET-3_0.pdf. The below image would be on Page 10: https://www.kneron.com/forum/uploads/169/ZN9DGNYKMEG5.png F…
-
Hi, If your optimized ONNX's result has no mAP drop, it shouldn't drop too much in your BIE and NEF models if you converted it without removing the sigmoid. Yes, please share the following so we could look into it. Thank you! -The original model -Th…
-
Hi, No worries, and thank you for letting us know. I see that you've removed sigmoid from the ONNX model before generating BIE? It might affect the BIE and NEF results. Could you try evaluating the optimized ONNX (before removing the sigmoid) as w…
-
Hi, That is occurring because the toolchain version 0.17.2 is outdated. Please update it to our latest toolchain version 0.32.1 by running this command: docker pull kneron/toolchain:latest
-
Hi, Thank you for clarifying. To use VIC0 pins as GPIO, you will need to use J15 to short the VDDIO 3.3v to provide power: https://www.kneron.com/forum/uploads/679/7VSCY735KU1G.png
-
Hi, We'd like to help, but before that, we'd like to double check with you: Are you using our KLM550S3 EVM, or a custom board you made?
-
Hi, Do you have the Resource folder and the driver for AR2020, such as AR2020.ko? If not, please contact our sales representative and they could provide you with further assistance. Thank you!
-
Hi, For your first question, you can try editing the [dual] output_type = 1 parameter inside fec_conf.ini. For your second question, we do have AR2020 verified, but the resolution should be 5120x3840. Please make sure you're using the correct sensor…
-
Hi Nimesh, We recommend you to use the newest toolchain version, since the toolchain v0.25.0 is outdated and I used version 0.31.1 when I ran the generic conversion script. You can update your toolchain by using this command: docker pull kneron/tool…
-
Hi Nimesh, I used a generic python conversion script for testing purposes to convert your optimized onnx model, and it can be converted to NEF file successfully. Please note that the preprocess function is temporary for testing model conversion, so …
-
Hi, How are you connecting the 2 cameras? What are the 2 sensors (it seems like one of them is imx678?), and are these sensors provided from us? Please double check to see if your resource_dir is actually ./Resource/, because for your sensor_cfg0, i…
-
Hi Nimesh, To connect 2 models, you could write a postprocess function for your first model to convert its output into a fitting input for your second model. In KL730, the radix and scale works like this in dequantization: https://www.kneron.com/fo…
-
This is a duplicated post of [KL730] Backend Compiler Crash in AddDummyBnForSplitNode during BIE conversion for Skeleton GCN — Kneron Developer Forums. Please refer to this post instead. Thank you.
-
This is a duplicated post of [KL730] Backend Compiler Crash in AddDummyBnForSplitNode during BIE conversion for Skeleton GCN — Kneron Developer Forums. Please refer to this post. Thank you.
-
Hi Nimesh, Please check if your onnx model's operators are all supported by KL730 device: Hardware Supported Operators - Document Center If there were unsupported operators, please either change them to supported operators, or cut them off and add t…
-
Hi Coben, Regarding more in-depth questions on KL730, please contact your dedicated sales representative (the person you bought it from). They will coordinate with our technical team to assist you further. Thank you!
-
Hi Coben, Regarding more in-depth questions on KL730, please contact your dedicated sales representative (the person you bought it from). They will coordinate with our technical team to assist you further. Thank you!
-
Hi Xingxing, There are some info written about streamer inside Leipzig_SDK_Examples_User_Guide.pdf, but it doesn't say the specific steps to build it. To build streamer, you could go to your KL730 SDK/02_APP/02_Software_Tool_Kit/SDK and run build_d…
-
Hi Xingxing, I'm glad it works now. To copy files to KL730, you could use SD card, NFS server mount, and USB flash drive. To use USB flash drive, you will need to set your DTS to host mode. The following is the DTS for HDK, and if you'd like to use …
-
Hi Xingxing, For SDK v1.4.1 and above, you will also need to flash BL32 (optee_a) as well. Without it, the KL730 will not be able to boot up. https://www.kneron.com/forum/uploads/399/3QL7VPQTOPY7.png
-
您好, 不好意思這麼晚回信,我們發現出問題的原因之一是mul的operator,所以有試著將它改為pow,但是修改完會遇到另一個reformat的問題,還有slice的維度問題,所以KL720用的編譯器有bug,模型也有不符合編譯的operators。
-
Hi TaeJung, For the temperature, you could use the command cat /sys/class/thermal/thermal_zone0/temp to check the temperature. The maximum junction temperature is 125°C. https://www.kneron.com/forum/uploads/996/MZ8HU19QISBG.png As for the usage, we …
-
Hi TaeJung, Do you have the KL730 SDK package? If so, you could use the build_demo.sh script to automatically package the demo_out directory. This package includes all necessary drivers, libraries, and sample programs. Simply transfer this demo_out …
-
Hi TaeJung, Thank you for your feedback. Yes, it will be updated in the future.
-
Hi TaeJung, Yes, inside the SDK/01_BSP/01_Document/KL730_Development_Environment_User_Guide.pdf, in Section 8.5 SD Boot, it says that you will need the OP-TEE OS for your SD card. https://www.kneron.com/forum/uploads/101/8V6PN75GZM80.png Please refe…