Skip to content

v1.0.6

Latest
Compare
Choose a tag to compare
@TE-YujiKaneko TE-YujiKaneko released this 12 Apr 04:36
f516d3d

2024/4/12

Overview

  • Update terminology in documentation
  • The logic of the Edge Application for object detection and image classification provided as sample code has been partially modified.

Changes to previous release notes

Removed Limitations

None

Impact Scope of Changes

  • The process of checking whether the id and version hardcoded in the Edge Application provided as sample code match the values specified in Command Parameter has been removed.

New features and feature enhancements

None

Issues/Limitations

  • When debbuging Wasm with WAMR-IDE in the SDK, "step over" function may not work but work as "step in".

  • Edge app may be executed firstly with PPLParameter hard coded in Wasm. Because analyze function of Edge app may be executed before configuration callback of PPLParameter executed at starting inference. Example of initial value of PPLParameter:
    static PPL_SsdParam s_ssd_param (in ./tutorials/4_prepare_application/1_develop/sdk/sample/vision_app/single_dnn/objectdetection/src/vision_app_objectdetection.cpp)

Migration Instruction

None

Contributors

None

(below is in Japanese)

2024/4/12

概要

  • ドキュメント中の用語の更新
  • サンプルコードとして提供している物体検出と画像分類用のEdge Applicationのロジックを一部修正しました。

前回リリースからの変更点

解除される制限事項

なし

変更による影響範囲

  • サンプルコードとして提供しているEdge ApplicationにハードコードされているidとversionがCommand Parameterで指定される値と一致するか確認する処理を削除しました。

新機能と機能強化

なし

既知の問題/制限事項

  • WasmをSDK内のWAMR-IDEでデバッグする際に「step over」の挙動が「step in」として動作します。
  • Edge appはWasmにハードコードされたPPLParameterの初期値を用いて初回のanalyze処理を行う可能性があります。これは、推論開始時にPPLParameterを設定するコールバックよりも先にanalyze処理が実行される可能性があるからです。PPLParameterの初期値は例えばこちらです。
    static PPL_SsdParam s_ssd_param (in ./tutorials/4_prepare_application/1_develop/sdk/sample/vision_app/single_dnn/objectdetection/src/vision_app_objectdetection.cpp)

移植手順

なし

コントリビューター

なし