-
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 …
-
Looking through the examples it is unclear whether it is possible to access the ADCs via micropython. Does the MaxiPy have access to the read_timed function found on some boards (e.g. Pyboard-D) and …
-
下面例程在M1w模块上测试不通过,报错此行ap_info = nic.scan()
调试发现esp8285与k210芯片工作正常
```
import network, time
from machine import UART
from Maix import GPIO
from fpioa_manager import fm
fm.register(0, fm.fpi…
-
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…
-
If you try to transfer more than about 960 characters from the Serial Monitor to the board via the serial interface it drops characters.
To demonstrate this run the following program that simply ec…
-
My ESP8285 firmware is up-to-date, and I can't seem to use SSL with the latest firmware as the AT firmware crashes. Please see below:
```python
>>> import network, machine, os
>>> wifi = network.…
-
你好,自定义数据集(401张图片),报错:ValueError:Empty training data.修改过dataset里的shuffle参数,仍然报该错误,可以给指点一下嘛?
1/190 [..............................] - ETA: 21:51 - loss: 897.8262 - l1_loss: 169.9690 - l2_loss: 727.45…
-
输入大小只能是224x320吗,如果输入是224x224该怎么改main.c文件
-
i need to rotate the screen 90* and lower the resolution to 240x135.
i'm not sure how.
please help :(
-
There is no send funciton code in the latest code.
https://github.com/kendryte/kendryte-freertos-demo/blob/e86330d5be27293d88f283952a88567aa2b767bb/spi_slave/spi_slave.c#L43