1. 10 2月, 2023 1 次提交
  2. 09 2月, 2023 3 次提交
  3. 07 2月, 2023 3 次提交
  4. 06 2月, 2023 3 次提交
  5. 03 2月, 2023 1 次提交
  6. 02 2月, 2023 2 次提交
  7. 31 1月, 2023 3 次提交
  8. 30 1月, 2023 1 次提交
    • A
      Merge pull request #23168 from... · ff8af10c
      Alexander Smorkalov 提交于
      Merge pull request #23168 from genciberisha/bug/issue-22205_and_23105_encodeStructuredAppend_problem
      
      Fix encodeStructuredAppend() resulting in only one QR code problem, and false output data fix.
      ff8af10c
  9. 28 1月, 2023 5 次提交
  10. 27 1月, 2023 4 次提交
    • A
    • Y
      Merge pull request #23047 from fengyuentau:layer_norm · 4d918ba4
      Yuantao Feng 提交于
      dnn: add layer normalization for vision transformers
      
      * add layer norm onnx parser, impl and tests
      
      * add onnx graph simplifier for layer norm expanded
      
      * handle the case when constants are of type Initializer
      
      * add test case for layer norm expanded with initializers
      
      * use CV_Assert & CV_CheckType in place of CV_Assert_N; use forward_fallback for OCL_FP16
      
      * use const ref / ref in parameters of invoker::run; extract inner const if from nested loop; use size_t in place of ull
      
      * template hasBias
      
      * remove trailing whitespace
      
      * use pointer parameter with null check; move normSize division & mean_square division outside of loop; use std::max to ensure positive value before std::sqrt
      
      * refactor implementation, optimize parallel_for
      
      * disable layer norm expanded
      
      * remove the removal of layer norm optional outputs
      4d918ba4
    • Y
      Avoid double-checked locking with TSAN in parallel · bf29a4d7
      Yannis Guyon 提交于
      Omit the first check of the double-checked locking pattern in
      recordException() in parallel.cpp when CV_THREAD_SANITIZER is defined.
      This should only slow recordException() down when the thread sanitizer
      is used, and avoids the TSAN data race warning.
      bf29a4d7
    • G
      generateQR() method data loss fix · 743d4ecf
      Genci Berisha 提交于
      Added regression parameterized test for Structure Append mode
      
      final_qr_code clear outside generateQR() method
      743d4ecf
  11. 26 1月, 2023 1 次提交
  12. 25 1月, 2023 1 次提交
  13. 23 1月, 2023 4 次提交
  14. 22 1月, 2023 1 次提交
  15. 21 1月, 2023 1 次提交
  16. 20 1月, 2023 3 次提交
  17. 19 1月, 2023 3 次提交