1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AITRIOS Edge Applicationサンプルコードのビルド手順

Posted at

Edge Application SDKのチュートリアルに

  • Image classification sample
  • Object detection sample
  • Switching DNN sample

のサンプルコードが含まれています。

これのビルド手順です。

1. GitHub Codespaceインスタンスを作成

aitrios-sdk-vision-sensing-appリポジトリ(これがEdge Application SDK)のGitHub Codespaceインスタンスを作成します。

image.png

image.png

image.png

ドキュメントに4-core推奨とありますが、Edge Applicationのビルドだけならデフォルトの2-coreでも大丈夫です。

2. FlatBuffersのC++ヘッダファイルを生成

ターミナルで下記コマンドを実行します。

./tutorials/4_prepare_application/1_develop/compile_fbs.sh

結果、ファイルが4つ作られます。

image.png

3. サンプルコードからWASMファイルを生成

ターミナルで下記コマンドを実行します。

./tutorials/4_prepare_application/1_develop/build.sh

結果、WASMファイルが3つ作られます。

image.png

参考リンク

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?