1.1.28
-
Bug fixes. Question about channel_transpose in common_functions.py #18
-
Bug fixes. bug fix in explicit_broadcast #20
-
Replaced
:
in OP names that cause errors when outputting saved_model with_
. -
Validated model (without replacement.json) - Models for which no license file is explicitly posted should follow the license of the cited paper implementation.
- https://github.com/onnx/models
- https://github.com/opencv/opencv_zoo
No. Model Pass 1 age_googlenet.onnx ✔️ 2 alike_t_opset11_192x320.onnx ✔️ 3 arcfaceresnet100-8.onnx ✔️ 4 baseline_simplified.onnx ✔️ 5 big_slice_11.onnx ✔️ 6 bvlcalexnet-12.onnx ✔️ 7 caffenet-12.onnx ✔️ 8 convtranspose_3_1_5_2.onnx ✔️ 9 convtranspose_4_5_2_2.onnx ✔️ 10 convtranspose_5_5_6_1.onnx ✔️ 11 convtranspose_6_5_5_8.onnx ✔️ 12 convtranspose_7_1_3_4.onnx ✔️ 13 damoyolo_tinynasL20_T_192x192_post.onnx ✔️ 14 deeplabv3_mobilenet_v3_large.onnx ✔️ 15 densenet-12.onnx ✔️ 16 depth_to_spase_17.onnx ✔️ 17 double_gru.onnx ✔️ 18 digits.onnx ✔️ 19 detr_demo.onnx ✔️ 20 efficientformer_l1.onnx ✔️ 21 efficientdet_lite2_detection_1.onnx ✔️ 22 efficientnet-lite4-11_nchw.onnx ✔️ 23 effnet_opset11_dynamic_axis.onnx ✔️ 24 emotion-ferplus-8_rename.onnx ✔️ 25 face_detection_yunet_2022mar.onnx ✔️ 26 face_recognition_sface_2021dec-act_int8-wt_int8-quantized.onnx ✔️ 27 face_recognition_sface_2021dec.onnx ✔️ 28 faster_rcnn-10.onnx ✔️ 29 fastestdet.onnx ✔️ 30 fused_conv_clip.onnx ✔️ 31 fused_conv_hardsigmoid.onnx ✔️ 32 fused_conv_leakyrelu.onnx ✔️ 33 fused_conv_relu.onnx ✔️ 34 fused_conv_sigmoid.onnx ✔️ 35 fused_conv_tanh.onnx ✔️ 36 gender_googlenet.onnx ✔️ 37 gmflow-scale1-mixdata-train320x576-4c3a6e9a_1x3x480x640_bidir_flow_sim.onnx ✔️ 38 handpose_estimation_mediapipe_2022may.onnx ✔️ 39 htnet_1x17x2_without_norm.onnx ✔️ 40 iat_llie_180x320.onnx ✔️ 41 if_p1_11.onnx ✔️ 42 if_p2_11.onnx ✔️ 43 if_p3_11.onnx ✔️ 44 imageclassifier.onnx ✔️ 45 inception-v2-9.onnx ✔️ 46 inverse11.onnx ✔️ 47 mhformer_NxFxKxXY_1x27x17x2.onnx ✔️ 48 mnist.onnx ✔️ 49 mnist-12.onnx ✔️ 50 mobilenetv2-12.onnx ✔️ 51 mosaic_11.onnx ✔️ 52 mosaic-9.onnx ✔️ 53 movenet_multipose_lightning_192x256_p6.onnx ✔️ 54 nanodet-plus-m_416.onnx ✔️ 55 object_tracking_dasiamrpn_kernel_cls1_2021nov.onnx ✔️ 56 object_tracking_dasiamrpn_kernel_r1_2021nov.onnx ✔️ 57 object_tracking_dasiamrpn_model_2021nov.onnx ✔️ 58 pidnet_S_cityscapes_192x320.onnx ✔️ 59 ppmattingv2_stdc1_human_480x640.onnx ✔️ 60 qlinear_conv_tensor_test.onnx ✔️ 61 rcnn-ilsvrc13-9.onnx ✔️ 62 regnet_x_400mf.onnx ✔️ 63 ResNet101-DUC-12.onnx ✔️ 64 resnet18-v1-7.onnx ✔️ 65 resnet50-v1-12.onnx ✔️ 66 resnet50-v2-7.onnx ✔️ 67 retinanet-9.onnx ✔️ 68 sinet_320_op.onnx ✔️ 69 squeezenet1.0-12.onnx ✔️ 70 super-resolution-10.onnx ✔️ 71 swinir-m_64x64_12.onnx ✔️ 72 text_recognition_CRNN_EN_2021sep.onnx ✔️ 73 tinyyolov2-8.onnx ✔️ 74 version-RFB-640.onnx ✔️ 75 vit-b-32_textual.onnx ✔️ 76 vit-b-32_visual.onnx ✔️ 77 yolact_edge_mobilenetv2_550x550.onnx ✔️ 78 yolact_regnetx_600mf_d2s_31classes_512x512.onnx ✔️ 79 yolact_regnetx_800mf_20classes_512x512.onnx ✔️ 80 yolo_free_nano_crowdhuman_192x320_post.onnx ✔️ 81 yolov7_tiny_head_0.768_post_480x640.onnx ✔️ 82 yolox_nano_192x192.onnx ✔️ 83 yolox_nano_416x416.onnx ✔️ 84 yolox_s.onnx ✔️ 85 yolox_x_crowdhuman_mot17_bytetrack.onnx ✔️ 86 zero_dce_640_dele.onnx ✔️ 87 zfnet512-12.onnx ✔️
What's Changed
- bug fix in explicit_broadcast by @Hyunseok-Kim0 in #20
New Contributors
- @Hyunseok-Kim0 made their first contribution in #20
Full Changelog: 1.1.27...1.1.28