GreenWaves-Technologies / gap_sdk

SDK for Greenwaves Technologies' GAP8 IoT Application Processor
https://greenwaves-technologies.com/en/gap8-the-internet-of-things-iot-application-processor/
Apache License 2.0
138 stars 75 forks source link

Error: Failed to allocate graph symbol memory for graph ssd_mobv2_quantCNN #397

Open gwgknudayanga opened 1 year ago

gwgknudayanga commented 1 year ago

Hi, After adding the input formatter to the graph of ssd_mobv2_quant.tflite in following way gives code generator error as follows. 'imageformat input_1 rgb888 offset_int8'. Need your help.

Error: Failed to allocate graph symbol memory for graph ssd_mobv2_quantCNN Execution aborted.

-- This error happened when i added the input format layer to the coco object detection example in your repository.

Thanks and Rgds, Udayanga