arduino / arduino/ArduinoTensorFlowLiteTutorials

Compilation error: tensorflow/lite/micro/kernels/micro_ops.h: No such file or directory

オープン
#34 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
270
フォーク
122
PR マージ指標
30日以内にマージされた PR はありません

説明

I am currently working with arduino nano 33 ble sense. Since the tensorflow lite library for arduino was removed, I manually installed using this link https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-1.15.0-ALPHA.zip?_gl=1*1yhwoez*_ga*NzU5Nzg3Mzg0LjE2NzUxNTU5MDk.*_ga_NEXN8H46L5*MTY3NTg4MDMwNi4xMC4xLjE2NzU4ODA0NjguMC4wLjA.

While trying to run my code I'm getting this error eventhough I have the files exactly in the path mentioned. The header files look like this

#include "TensorFlowLite.h"
#include "main_functions.h"
#include "tensorflow/lite/micro/kernels/micro_ops.h"
#include "tensorflow/lite/micro/micro_error_reporter.h"
#include "tensorflow/lite/micro/micro_interpreter.h"
#include "tensorflow/lite/micro/micro_mutable_op_resolver.h"
#include "tensorflow/lite/schema/schema_generated.h"
#include "tensorflow/lite/version.h"

Can someone please help me?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

まず Arduino_TensorFlowLite-1.15.0-ALPHA のインストールと、Arduino Nano 33 BLE Sense スケッチのコンパイル時に使用される include パスを調べます。インストールされたライブラリに tensorflow/lite/micro/kernels/micro_ops.h が存在するか、また参照されているヘッダーが解決されるかを確認します。完了条件は、missing-header エラーなしでスケッチをコンパイルできることです。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
arduino, tensorflow
領域
embedded-iot
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
30/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。