Browse Source

!13667 [MS][LITE]append some models to the entrance guard

From: @probiotics_53
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @zhanghaibo5
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 5 years ago
parent
commit
3d74caba98
7 changed files with 28 additions and 6 deletions
  1. +0
    -0
      mindspore/lite/micro/example/mnist_stm32f746/mnist/include/api/lite_context.h
  2. +2
    -1
      mindspore/lite/test/models_caffe.cfg
  3. +5
    -1
      mindspore/lite/test/models_caffe_fp16.cfg
  4. +7
    -1
      mindspore/lite/test/models_npu.cfg
  5. +1
    -1
      mindspore/lite/test/models_onnx.cfg
  6. +12
    -1
      mindspore/lite/test/models_onnx_fp16.cfg
  7. +1
    -1
      mindspore/lite/test/models_with_multiple_inputs.cfg

+ 0
- 0
mindspore/lite/micro/example/mnist_stm32f746/mnist/include/api/lite_context.h View File


+ 2
- 1
mindspore/lite/test/models_caffe.cfg View File

@@ -79,7 +79,7 @@ hdc_emotion
hdc_fivembnet
hdc_isface
hdc_mobilenetface
#hdc_retinaface
hdc_retinaface
hdc_resnet
ml_video_edit_detect
ml_video_edit_hairSeg_have_imageProcessLayer_interpTo145_20210121
@@ -88,3 +88,4 @@ ml_video_edit_MnetN367_extract_1010_pay
ml_video_edit_person_divison_pic
ml_video_edit_reid
ml_video_edit_v10_best_model_nomean_20200723
ml_handpose

+ 5
- 1
mindspore/lite/test/models_caffe_fp16.cfg View File

@@ -74,7 +74,7 @@ hdc_emotion 0.5
hdc_fivembnet 0.5
hdc_isface 0.5
hdc_mobilenetface 7.5
#hdc_retinaface 14
hdc_retinaface 14
hdc_resnet 7
ml_video_edit_detect 2.5
ml_video_edit_hairSeg_have_imageProcessLayer_interpTo145_20210121 0.5
@@ -83,3 +83,7 @@ ml_video_edit_MnetN367_extract_1010_pay 1
ml_video_edit_person_divison_pic 0.5
ml_video_edit_reid 1
ml_video_edit_v10_best_model_nomean_20200723 5
ml_video_edit_img_segment 3
ml_video_edit_video_segment_gauss_adaptis_part1 5
ml_handpose 175
hdc_Face_Aesthetic_MTI_Aesthetic 22

+ 7
- 1
mindspore/lite/test/models_npu.cfg View File

@@ -66,7 +66,13 @@ ml_video_edit_reid 0.5
ml_video_edit_v10_best_model_nomean_20200723 8
#hdc_ocr_attention.onnx 0.5 #too many subgraphs
#hdc_ocr_detect.onnx 30 #too many subgraphs
#ml_edu_kit_hand_detection.onnx 1
ml_edu_kit_hand_detection.onnx 1
ml_edu_kit_hand_key_position.onnx 2
#ml_video_edit_oneclick_adaptis.pb #too many subgraphs
densenet.tflite 3
ml_video_edit_enhance.pb 2
ml_video_edit_video_segment_gauss_adaptis_part2_pb2tflite.tflite 3 2
ml_video_edit_img_segment_adaptise_pb2tflite.tflite 0.5 2
ml_video_edit_imitate_filter.onnx 103
hdc_mobilenet_1w_class.onnx 20
hdc_age_medium 504

+ 1
- 1
mindspore/lite/test/models_onnx.cfg View File

@@ -54,5 +54,5 @@ ml_video_edit_imitate_filter.onnx
#ml_voice_detect.onnx #Accuracy error: 4.59655%, the result is close to 1.0e-8 except for the last one
hdc_ocr_attention.onnx
hdc_ocr_detect.onnx
#ml_edu_kit_hand_detection.onnx
ml_edu_kit_hand_detection.onnx
ml_edu_kit_hand_key_position.onnx

+ 12
- 1
mindspore/lite/test/models_onnx_fp16.cfg View File

@@ -39,5 +39,16 @@ residual_distill_res50_cifar10_bs_1_update.onnx 2
#ml_voice_detect.onnx #out of float16 range because power op
hdc_ocr_attention.onnx 1
hdc_ocr_detect.onnx 30 #one of the output has small values
#ml_edu_kit_hand_detection.onnx 2
ml_edu_kit_hand_detection.onnx 2
ml_edu_kit_hand_key_position.onnx 2
ml_video_edit_judge.onnx 12
ml_video_edit_vignet.onnx 1.5
ml_video_edit_style_transfer_autoportrait.onnx 2
ml_video_edit_style_transfer_candy.onnx 2
ml_video_edit_style_transfer_gongnongbing.onnx 2
ml_video_edit_style_transfer_starry.onnx 2
hdc_Face_Landmark5_MTI_Aesthetic.onnx 0.5
hdc_Image_Aesthetic_MTI_Aesthetic.onnx 0.5
hdc_resnet_1w_class.onnx 6
gts_text_detection.onnx;1,224,224,3 10
hdc_Face_Emotion_MTI_Aesthetic.onnx 144

+ 1
- 1
mindspore/lite/test/models_with_multiple_inputs.cfg View File

@@ -1,7 +1,7 @@
lite-model_arbitrary-image-stylization-inceptionv3_fp16_transfer_1.tflite;2
magenta_arbitrary-image-stylization-v1-256_fp16_transfer_1.tflite;2
# albert_lite_base_squadv1_1.tflite;3
# mobilebert_1_default_1.tflite;3
mobilebert_1_default_1.tflite;3
porseg_tmp.onnx;2
ml_video_edit_img_segment_adaptise.pb;2
ml_video_edit_img_segment_adaptise_pb2tflite.tflite;2


Loading…
Cancel
Save