模型导出eim后,输入模型输入通道降为1(灰度)

我在平台上训练了一个对象检测模型,设置的图像格式是300x300的RGB,对象检测页面神经网络架构显示输入特征为270000,选择 Linux (AARCH64)部署后生成的screw.eim文件在树莓派上运行显示Invalid number of features in ‘classify’, expected 90000 but got 270000

Hi @WEIWEIWEI

You will need to match the features to your project if you have 90000 in the code and dont match the 270000 from the project this error will happen.

Best

Eoin