axinc-ai / ailia-models-tflite

Quantized version of model library
21 stars 1 forks source link

Implement road-segmentation-adas #66

Open craft-c opened 1 year ago

craft-c commented 1 year ago

@kyakuno

公式TFではfloat32、int8モデルともに、良好な推論結果が得られますが、 ailia tf runtime (1.1.9) を用いた推論時に、下記のエラーが出ます。

ailia_tflite.AiliaTFLiteError: ailia tflite runtime error (Eltwise shape mismatch between input1 and input2 (idx.51 operator.ADD)) code:-4

craft-c commented 1 year ago

~学習モデルについては、現在量子化モデルを5000枚の画像データでキャリブレーション中です。 もうしばらくお待ちください。~

学習モデルのダウンロードはこちらからお願いします。 https://drive.google.com/drive/folders/196yP9s5VaAhyTKN3tWPQyW9R8KSY1xoU?usp=share_link

kyakuno commented 1 year ago

ailia TFLite Runtime 1.1.10で対応予定。