1. 30 11月, 2021 1 次提交
  2. 12 10月, 2021 1 次提交
  3. 11 10月, 2021 1 次提交
  4. 17 9月, 2021 1 次提交
  5. 12 9月, 2021 1 次提交
  6. 09 9月, 2021 1 次提交
    • R
      Merge pull request #20605 from rogday:split_slice_shenanigans · 4807cd8a
      rogday 提交于
      Add Normalize subgraph, fix Slice, Mul and Expand
      
      * Add Normalize subgraph, support for starts<0 and axis<0 in Slice, Mul broadcasting in the middle and fix Expand's unsqueeze
      
      * remove todos
      
      * remove range-based for loop
      
      * address review comments
      
      * change >> to > > in template
      
      * fix indexation
      
      * fix expand that does nothing
      4807cd8a
  7. 01 9月, 2021 1 次提交
  8. 19 8月, 2021 1 次提交
  9. 16 8月, 2021 1 次提交
  10. 13 8月, 2021 1 次提交
  11. 28 7月, 2021 1 次提交
  12. 23 7月, 2021 1 次提交
  13. 16 7月, 2021 1 次提交
  14. 10 7月, 2021 1 次提交
  15. 01 7月, 2021 1 次提交
  16. 26 3月, 2021 1 次提交
  17. 04 2月, 2021 1 次提交
  18. 26 1月, 2021 1 次提交
  19. 21 11月, 2020 1 次提交
  20. 20 11月, 2020 1 次提交
    • J
      Merge pull request #18841 from JulienMaille:patch-2 · ac24a72e
      Julien 提交于
      Fixing dnn Resize layer for variable input size
      
      * Fix onnx loading of resize/upsample layers for different opset
      
      * group all DynamicResize tests
      
      * cleaned up scales checks
      
      * Simplify branching
      ac24a72e
  21. 17 11月, 2020 2 次提交
  22. 14 11月, 2020 1 次提交
    • S
      Merge pull request #18783 from sl-sergei:fix_conv1d · 61144f93
      Sergei Slashchinin 提交于
      Add support for Conv1D on OpenCV backend
      
      * Add support for Conv1D on OpenCV backend
      
      * disable tests on other targets/backends
      
      * Fix formatting
      
      * Restore comment
      
      * Remove unnecessary flag and fix test logic
      
      * Fix perf test
      
      * fix braces
      
      * Fix indentation, assert check and remove unnecessary condition
      
      * Remove unnecessary changes
      
      * Add test cases for variable weights and bias
      
      * dnn(conv): fallback on OpenCV+CPU instead of failures
      
      * coding style
      61144f93
  23. 28 9月, 2020 1 次提交
  24. 27 9月, 2020 1 次提交
  25. 18 9月, 2020 1 次提交
  26. 17 9月, 2020 1 次提交
    • S
      Merge pull request #18316 from sl-sergei:fix_18253 · fa953e42
      Sergei Slashchinin 提交于
      Fix loading of ONNX models with Resize operation with Opset 11 for newer versions of Pytorch
      
      * Add reproducer for Resize operation from newer versions of Pytorch
      
      * Fix loading of scales parameter for Resize layer
      
      * Change check type for better diagnostic messages
      fa953e42
  27. 11 9月, 2020 1 次提交
  28. 09 9月, 2020 1 次提交
  29. 02 9月, 2020 1 次提交
  30. 26 8月, 2020 1 次提交
    • S
      Merge pull request #17978 from sl-sergei:fix_17516_17531 · 9aa401a7
      Sergei Slashchinin 提交于
      * Fix ONNX loading in issues opencv#17516, opencv#17531
      
      * Add tests for Linear and Matmul layers
      
      * Disable tests for IE versions lower than 20.4
      
      * Skip unstable tests with OpenCL FP16 on Intel GPU
      
      * Add correct test filtering for OpenCL FP16 tests
      9aa401a7
  31. 24 8月, 2020 1 次提交
  32. 15 8月, 2020 1 次提交
  33. 14 8月, 2020 1 次提交
  34. 06 8月, 2020 1 次提交
  35. 04 8月, 2020 1 次提交
  36. 20 7月, 2020 1 次提交
  37. 04 6月, 2020 1 次提交
  38. 12 5月, 2020 1 次提交
  39. 22 4月, 2020 1 次提交