tf models support running fp16 mode and add models to the entrance guard

pull/14014/head
zengxianglong 4 years ago
parent bca8389e31
commit 381cbaa764

@ -92,3 +92,19 @@ ml_handpose
ml_lable_model_hebing_device
ml_face_sex
ml_face_hat
ml_face_compare
ml_face_tracking
ml_face_beard
ml_face_age
ml_face_pose
ml_face_isface
ml_face_glasses
ml_segmentation_matting
ml_segmentation_atlanta_10
ml_bodymask
ml_Hand_deploy
ml_hand_3d_detection
ml_hand_3d_regression
ml_ARengine23_bodypose
ml_ocr_bank_card_detection_inception
ml_ocr_bank_card_recognition_fcny

@ -87,3 +87,19 @@ ml_video_edit_img_segment 3
ml_video_edit_video_segment_gauss_adaptis_part1 5
ml_handpose 175
hdc_Face_Aesthetic_MTI_Aesthetic 22
ml_face_compare 5.5
ml_face_tracking 2.5
ml_face_beard 0.5
ml_face_age 3.5
ml_face_pose 1
ml_face_isface 0.5
ml_face_glasses 2.5
# ml_segmentation_matting 26 # output value unstable
ml_segmentation_atlanta_10 5
ml_bodymask 14
ml_Hand_deploy 4
ml_hand_3d_detection 12
ml_hand_3d_regression 3
ml_ARengine23_bodypose 56
ml_ocr_bank_card_detection_inception 20
ml_ocr_bank_card_recognition_fcny 0.5

@ -22,3 +22,5 @@ quant_aware_bank_card_detection_inception.onnx
quant_aware_bank_card_recognition_fcny.onnx
quant_aware_identify_card_detect.onnx
tiny-yolov3-11.onnx;2;1,416,416,3:1,2
# cur acc for ml_video_edit_art_transfer is 2+%
ml_video_edit_art_transfer.onnx;3

@ -79,3 +79,5 @@ hdc_mobilenet_1w_class.onnx 20
hdc_age_medium 504
posenet_mobilenet_float_075_1_default_1.tflite 395
nasnet_mobile.tflite 1
ml_video_edit_art_generate.onnx 0.5
ml_video_edit_art_transfer.onnx 3 3

@ -58,3 +58,6 @@ ml_edu_kit_hand_detection.onnx
ml_edu_kit_hand_key_position.onnx
ml_facedetector.onnx
ml_ei_facedetection.onnx
ml_video_edit_art_generate.onnx
ml_location_lane_counter.onnx
# ml_location_lane_counter0.onnx

@ -55,3 +55,9 @@ hdc_Face_Emotion_MTI_Aesthetic.onnx 144
ml_video_edit_imitate_filter.onnx 103
ml_facedetector.onnx 3
ml_ei_facedetection.onnx 2
#ml_video_edit_art_generate.onnx #mul operator overflows, not suitable for fp16
ml_location_lane_counter.onnx 6
# ml_location_lane_counter0.onnx 0.5
#The encoder an decoder model are used in ml_asr scene, both have value overflow. Not suitable for fp16.
#But added for guarding process.
encoder.onnx;1,32,83 1262

@ -1,2 +1,7 @@
decoder_step_201217_modified.pb 5;;0.5
encoder_0111_control_flow.pb 4;1:1,44:1:1;10
ml_vision_guide_detection1.pb 0.5
ml_vision_guide_detection3.pb 0.5
ml_video_edit_generate_filter.pb 2
ml_ocr_jk.pb 0.5
ml_ocr_latin.pb 135
scan_hms_angle.pb 1.5
scan_hms_detect.pb 2.5

@ -161,4 +161,5 @@ Q_landmark.tflite
Q_language_model_hrmini_Q4_b4_17w.tflite
Q_new_detect.tflite
Q_object_scene.tflite
Q_pose.tflite
Q_pose.tflite
ml_ei_landmark_pb2tflite.tflite

@ -157,3 +157,4 @@ lite-model_on_device_vision_classifier_landmarks_classifier_asia_V1_1.tflite 25
lite-model_on_device_vision_classifier_landmarks_classifier_oceania_antarctica_V1_1.tflite 10
lite-model_on_device_vision_classifier_landmarks_classifier_europe_V1_1.tflite 32
lite-model_on_device_vision_classifier_landmarks_classifier_south_america_V1_1.tflite 14
ml_ei_landmark_pb2tflite.tflite 2

@ -5,3 +5,8 @@ ml_video_edit_img_segment_adaptise_pb2tflite.tflite;2 0.5
ml_video_edit_person_divison_video;2 38
ml_video_edit_oneclick_adaptis.pb;3 6
hdc_tb_cn_neg.tflite;3 281
decoder_step_201217.pb;5 187
ml_video_edit_art_transfer.onnx;3 3
decoder.onnx;2;1,7,512:1,7 113
decoder_step_201217_modified.pb;5 0.5
encoder_0111_control_flow.pb;4;1:1,44:1:1 10

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save