yomorun / yomo-wasmedge-tensorflow

This application demonstrates how to launch high-performance "serverless" functions from the YoMo framework to process streaming data. The functions are embedded in a WebAssembly VM, WasmEdge, for safety, security, portability, and manageability.
MIT License
63 stars 18 forks source link

lite-model_aiy_vision_classifier_food_V1_1.tflite file not exist #7

Closed yixingjia closed 2 years ago

yixingjia commented 2 years ago

In the latest code flow/rust_mobilenet_food/src/lib.rs line 9 it try to load the model file lite-model_aiy_vision_classifier_food_V1_1.tflite but this file doens't exsit. In v0.2.0 release, the file name is rust_mobilenet_food_lib_bg.so and can be downloaded at the download page.

juntao commented 2 years ago

You can try this one for the time being:

https://github.com/second-state/wasm-learning/tree/master/cli/tflite/src/models/mobilenet_v1_1.0_224

yixingjia commented 2 years ago

@juntao Thank You! I work around it by get one from https://tfhub.dev/google/lite-model/aiy/vision/classifier/food_V1/1?lite-format=tflite