1. 16 7月, 2021 1 次提交
  2. 01 7月, 2021 1 次提交
  3. 26 3月, 2021 1 次提交
  4. 24 3月, 2021 1 次提交
  5. 20 3月, 2021 1 次提交
  6. 01 3月, 2021 1 次提交
  7. 01 2月, 2021 1 次提交
  8. 26 1月, 2021 1 次提交
  9. 15 1月, 2021 1 次提交
  10. 15 12月, 2020 1 次提交
  11. 27 11月, 2020 1 次提交
  12. 25 11月, 2020 1 次提交
    • S
      Merge pull request #18862 from sl-sergei:support_pool1d · f4f462c5
      Sergei Slashchinin 提交于
      Support for Pool1d layer for OpenCV and OpenCL targets
      
      * Initial version of Pool1d support
      
      * Fix variable naming
      
      * Fix 1d pooling for OpenCL
      
      * Change support logic, remove unnecessary variable, split the tests
      
      * Remove other depricated variables
      
      * Fix warning. Check tests
      
      * Change support check logic
      
      * Change support check logic, 2
      f4f462c5
  13. 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
  14. 18 11月, 2020 1 次提交
  15. 17 11月, 2020 4 次提交
  16. 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
  17. 18 9月, 2020 1 次提交
  18. 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
  19. 09 9月, 2020 1 次提交
  20. 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
  21. 24 8月, 2020 1 次提交
  22. 15 8月, 2020 1 次提交
  23. 14 8月, 2020 1 次提交
  24. 04 8月, 2020 1 次提交
  25. 20 7月, 2020 1 次提交
  26. 16 7月, 2020 1 次提交
  27. 12 5月, 2020 2 次提交
  28. 30 4月, 2020 1 次提交
  29. 22 4月, 2020 2 次提交
  30. 21 4月, 2020 1 次提交
  31. 13 4月, 2020 1 次提交
  32. 11 4月, 2020 1 次提交
  33. 07 4月, 2020 1 次提交
    • L
      Merge pull request #16840 from l-bat:matmul_inputs · 73477141
      Liubov Batanina 提交于
      * Supported FullyConnected layer with two inputs
      
      * Skipped test
      
      * Fix conditions
      
      * Added OpenCL support
      
      * Supported ReduceMean3D
      
      * Supported Expand layer
      
      * Fix warning
      
      * Added Normalize subgraph
      
      * refactoring
      
      * Used addLayer
      
      * Fix check
      
      * Used addLayer
      
      * Skip failed test
      
      * Added normalize1 subgraph
      
      * Fix comments
      73477141
  34. 04 4月, 2020 1 次提交
  35. 23 3月, 2020 1 次提交