sipeed / Maixduino

Arduino port on Maix board ( k210 )
https://maixduino.sipeed.com
Other
213 stars 93 forks source link

Out of normal MicroPython Heap Memory! #105

Open diazGT94 opened 3 years ago

diazGT94 commented 3 years ago

Hello,

I'm running a script that imports a video from the SD and I'm using the face model to track the face in the video. However, when I want to draw a rectangle in the face I get the following error:

Out of normal MicroPython Heap Memory! Please reduce the resolution of the image you are running this algorithm on to bypass this issue!

How can I fix it?

BackMountainDevil commented 2 years ago

MemoryError: Out of normal MicroPython Heap Memory! Please reduce the resolution of the image you are running this algorithm on to bypass this issue! #393 You close it. But I do not see the solution.

LsDevLab commented 1 year ago

Solution here MemoryError: Out of normal MicroPython Heap Memory! Please reduce the resolution of the image you are running this algorithm on to bypass this issue! #393

BackMountainDevil commented 1 year ago

@LsDevLab Thanks you for your reply.