Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(5.x) Merge 4.x #1066

Merged
merged 37 commits into from
Jul 5, 2023
Merged

(5.x) Merge 4.x #1066

merged 37 commits into from
Jul 5, 2023

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    becfa7f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    9481b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Merge pull request opencv#1044 from fengyuentau:add_gelu

    Add data & models for GELU layer
    
    * add data & model
    
    * add generator
    fengyuentau authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9beaefb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge pull request opencv#1042 from dkurt:dnn_tflite

    * Test data for TFLite importer
    
    * TFLite Hair Segmentation test data
    
    * Remove commented code
    dkurt authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3563e94 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Specify TFLite models version

    dkurt committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    08fb97a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9ad57 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Test data for mirrored qr codes

    Genci Berisha committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ea431f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. add model: yunetv2

    Wwupup committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0dfa4e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opencv#1046 from genciberisha:bug/issue-23249_dete…

    …cted_but_not_decoded_bug
    
    Test data for mirrored qr codes
    asmorkalov authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    515e0a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    0dce4d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Merge pull request opencv#1049 from dkurt:onnx_fixes

    Test data for ONNX model test (clip-vit-base-patch32)
    asmorkalov authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c97eaad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f7f61 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge pull request opencv#1050 from tantei3:bmp_fix

    bmp decoder add test image with less than 8 bits mask
    asmorkalov authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6be4481 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opencv#1038 from Wwupup:yunetv2

    add model: yunetv2
    asmorkalov authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ba08f71 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    b1d009f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. cudacodec: add full coded colour range test file

    cudawarped authored and James Bowley committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    389a440 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    3d708ec View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Merge pull request opencv#1053 from zihaomu:onnx_opset13_split

    DNN: add new test case for split of opset 13
    asmorkalov authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7652263 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge pull request opencv#1051 from cudawarped:cudacodec_fix_colour_c…

    …onversion
    
    `cudacodec::VideoReader`: add full coded colour range test file
    asmorkalov authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2521c4d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge pull request opencv#1057 from Abdurrahheem:additional_lstm_tests

    Main PR opencv/opencv#23501
    
    * added LSTM tests for various batch and seqeuence lenght sizes
    * Added additional GRU tests for seq length and batch size
    Abdurrahheem authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4f4eb3a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. add 1x1_depthwise

    zihaomu committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    481b883 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    37e49e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge pull request opencv#1048 from dkurt:dnn_tflite_quant

    Test data for INT8 TFLite import
    asmorkalov authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e062c6d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. add scale factor to DB demo.

    zihaomu committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a6e90f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Add testcase for WeChat QR Code bug (opencv#1061)

    * fix(wechat_qrcode): add sample
    
    * fix(wechat_qrcode): only add one sample
    
    ---------
    
    Co-authored-by: GZTime <Time.GZ@outlook.com>
    Konano and GZTimeWalker authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8c7c046 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    6e7d3c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opencv#1059 from appsinfinity868:issue_23508_openc…

    …v_repo_bug_fix
    
    postprocess_model() shifted above to fix the issue 23508 in opencv/opencv repository
    asmorkalov authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    890703d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62ebe5a View commit details
    Browse the repository at this point in the history
  4. Merge pull request opencv#1062 from Abdurrahheem:tests_lstm_init_no_h…

    …idden_states
    
    Added test data and model for LSTM without hidden states initialisation
    asmorkalov authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ffa2587 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    8b8ac07 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. add broadcast where node

    zihaomu committed May 5, 2023
    Configuration menu
    Copy the full SHA
    955d736 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opencv#1054 from zihaomu:add_onnx_where

    Add onnx where test case
    asmorkalov authored May 5, 2023
    Configuration menu
    Copy the full SHA
    e23a980 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. working test generator

    Abdurrahheem committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e478135 View commit details
    Browse the repository at this point in the history
  2. added test data from LSTM layout feature

     + some refactoring of data generator
    Abdurrahheem committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f06b101 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge pull request opencv#1063 from Abdurrahheem:lstm_layout_attribute

    LSTM layout Attribute Test Data
    asmorkalov authored May 17, 2023
    Configuration menu
    Copy the full SHA
    cae14dd View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Merge pull request opencv#1064 from fengyuentau:qlinearsoftmax

    model and test data for qlinearsoftmax opencv#1064
    
    Script to generate model and data is yet to come.
    fengyuentau authored May 25, 2023
    Configuration menu
    Copy the full SHA
    847035e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    dd7957a View commit details
    Browse the repository at this point in the history