Neucrack
Neucrack
你自己用可以临时改成 ``` def findSerialPort(self): self.port_list = list(serial.tools.list_ports.comports()) return self.port_list + ["/dev/ttyS0", "/dev/ttyS1"] ``` 即手动把你要的加上去
好像还真是,不知道出啥问题了
应该是 https://github.com/Neutree/COMTool/blob/012b33722504d2e5d61ec4bfda056dd2c29c19b9/COMTool/conn/conn_serial.py#L408C9-L408C23 这里没有扫描到,可以打印看看,估计 pyserial 库觉得这个是个内置的串口忽略了,可能你这个串口比较特殊
maybe bacause the input size? try change to smaller input size
maybe you can change different output node to debug which node spend so much time
your model is simple, change different output node and export bf16 or int8 both fast, just try
and don't use --quant_input arg if you use MaixPy
https://github.com/sipeed/Maix-Speech/tree/master/components/asr_lib/lib/r329
K210?
自己移植的话可以搜一下开源的TTS 实现, C/C++ 都可以,然后在 MaixCDK 中添加代码和API 就好了