Deployment error-Nicla Vision

Hi, I am using a Nicla Vision to classify 2 objects. In the “Create an Impulse” section, I used:

48x48 frame
An Image processing block
A Transfer Learning block.

In the “Transfer Learning” menu:

80 learning cycles
Learning rate of 0.005
20% validation size
Enabled "data augmentation"
Dropout rate set to 0.15 and output neurons to 12
MobileNetV2 96x96 0.1 as the model type. This will use roughly 200 KB of flash memory.

During the Deployment phase, I selected OpenMV firmware, but during the code generation, I encounter this error:

immagine

However, the spec of the Nicla Vision is
2MB Flash/1MB RAM
I have tried with different specifications and neural networks, but I still get the same error.

Can someone help me understand where the error is and how to resolve it?
Project ID 345554

Hi @Anna_Marino

Hmm let me see if I can join your project and see any misconfiguration.

It looks like the target was set incorrectly to openmv instead of nicla vision:

Best

Eoin