fix the compilation failure and change the model download address

update mindspore/lite/test/models_mindspore.cfg.

update mindspore/lite/test/models_tflite_awaretraining.cfg.
This commit is contained in:
gongdaguo 2020-09-14 21:04:56 +08:00
parent d373efcf99
commit 02ba93492d
6 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
ssd.pb
#ssd.pb
mobilenet_v2.pb

View File

@ -1,5 +1,5 @@
video_infer.tflite
mobilenet_v1_1.0_224_quant.tflite
#mobilenet_v1_1.0_224_quant.tflite
mobilenet_v2_1.0_224_quant.tflite
hiai_graph_8bit_combined.tflite
inception_v1_224_quant.tflite

View File

@ -1,6 +1,7 @@
# MindSpore
build/
mindspore/lib
app/src/main/assets/model
output
*.ir
mindspore/ccsrc/schema/inner/*

View File

@ -14,7 +14,7 @@ def mindSporeLibrary_arm64 = "libs/arm64-v8a/libmindspore-lite.so"
def openCVlibIncluding_arm64 = "src/main/cpp/include/opencv2/include.zip"
def mindSporeLibIncluding_arm64 = "src/main/cpp/include/MindSpore/include.zip"
def modelDownloadUrl = "https://download.mindspore.cn/model_zoo/official/lite/mobilenetv2_openimage_lite/mobilenetv2.ms"
def modelDownloadUrl = "https://download.mindspore.cn/model_zoo/official/lite/mobilenetv2_openimage_lite/mobilenetv2_0.7.ms"
def opencvDownloadUrl = "https://download.mindspore.cn/model_zoo/official/lite/lib/opencv%204.4.0/libopencv_java4.so"
def mindsporeLiteDownloadUrl = "https://download.mindspore.cn/model_zoo/official/lite/lib/mindspore%20version%200.7/libmindspore-lite.so"
def opencvincludeDownloadUrl = "https://download.mindspore.cn/model_zoo/official/lite/lib/opencv%204.4.0/include.zip"

View File

@ -52,7 +52,6 @@ class MSNetWork {
int ReleaseNets(void);
protected:
mindspore::session::LiteSession *session;
mindspore::lite::Model *model;
static const int RET_CATEGORY_SUM = 601;