Question/Issue:
Hi,
I am using ESP32 CAM module, I build a very basic object detection library using edge impulse which I included in ardunio IDE. There are examples in the library, so I tried esp32_camera example, it’s seems to be working but I am getting errors in the serial monitor. I will put them below, kindly check. I am new to AI and trying to understand it, hence started from object detection. Took some animal data set, did some labeling and followed some online guideline to flashed it and here I am stuck.
One more question, the model is automatically detecting anything random, even when there is nothing, is it because of the errors only?
Errors
Predictions (DSP: 14 ms., Classification: 2291 ms., Anomaly: 0 ms.):
Object detection bounding boxes:
Tiger (0.996297) [ x: 48, y: 16, width: 24, height: 24 ]
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 32, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 32, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 32, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 32, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 32, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 192, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 128, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 128, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 12, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT
ERR: Failed to allocate persistent buffer of size 12, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT