-
Hey, I want to optimize yolo on fpga. For that I need a code which has already implemented yolo on fpga using opencl. If anyone has implemented yolo on fpga using opencl could you please help me with …
-
-
The Maix Amigo is shipping and getting more widely used.
I think the pins differ on this one (like all the Maix devices)
https://www.seeedstudio.com/Sipeed-Maix-Amigo-p-4689.html
### Platform i…
-
Is there any plan to release compiler for the Raspberry Pi platform? I believe many people, like me, need to develop the k210 on raspberry pi.
-
I can connect to my MaixPy via serial cable and I get the MaixPy welcome screen, but it doesn't respond at all to my keystrokes. I'm running minicom on Linux Mint connected to /dev/ttyACM0 at 115200 w…
-
我是新手, 我正打算用kflash在window上烧录代码
我尝试过如下方法
- `kflash -B dan hello_world.bin` : 无法将“kflash”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。
- `python kflash -B dan hello_world.bin` : can't open file 'S:\kendryte-standal…
-
http://wiki.banana-pi.org/BPI-AI
-
Hey everbody. I followed a racoon detector tutorial and when i tried to test it i just got and error in the code.The kmodel is fine i think but for some reason i just got:
Traceback (most recent cal…
-
ml2cpp, as it is now, allows converting any ML model to a C++ code for inference purposes.
This code is however not yet optimized to run on small devices : these devices may have low CPU speed, l…
-
Hello,
Currently I'm working on porting Yolov4-tiny to run on the K210. I've got a kmodel built which successfully runs on the K210 simulator of nncase, however it is exactly 6MB so it is too large…