Mnist数字识别,运行时报错了
-
”本例程利用mnist数字数据集,自行训练神经网络得到手写数字识别神经网络模型,性能和准确率很高。 在OpenMV4 H7 Plus上面运行大概每秒45帧,在OpenMV4 H7上面运行大概每秒25帧左右。“
我将trained.tflite下载到电脑后,运行示例代码是显示:MemoryError: Out of fast Frame Buffer Stack Memory! Please reduce the resolution of the image you are running this algorithm on to bypass this issue!
应该怎么解决这个问题,用的是openmv4 H7
-