1. 27 11月, 2021 1 次提交
  2. 15 9月, 2021 1 次提交
  3. 24 3月, 2021 1 次提交
  4. 04 3月, 2021 1 次提交
  5. 17 2月, 2021 1 次提交
  6. 17 12月, 2020 1 次提交
  7. 08 10月, 2020 1 次提交
  8. 12 8月, 2020 1 次提交
  9. 04 8月, 2020 1 次提交
    • D
      add relu as activation option in darknet · 8457e471
      danielenricocahall 提交于
      add relu option
      
      add relu as activation option in darknet
      
      simplify the setParams if-else ladder
      
      add relu as activation option in darknet
      
      correct activation_param type
      
      format
      
      format
      
      add relu as activation option in darknet
      
      spacing
      
      spacing
      
      add relu as activation option in darknet
      8457e471
  10. 16 7月, 2020 1 次提交
  11. 07 7月, 2020 1 次提交
  12. 04 7月, 2020 1 次提交
  13. 28 5月, 2020 1 次提交
  14. 19 5月, 2020 1 次提交
  15. 30 4月, 2020 1 次提交
  16. 22 4月, 2020 1 次提交
  17. 21 4月, 2020 1 次提交
  18. 10 3月, 2020 1 次提交
    • Y
      Merge pull request #16436 from YashasSamaga:feature-enetb0-yolo · 490908f0
      Yashas Samaga B L 提交于
      dnn(darknet-importer): add grouped convolutions, sigmoid, swish, scale_channels
      
      * update darknet importer to support enetb0-yolo
      
      * remove dropout (pr16438) and fix formatting
      
      * add test for scale_channels
      
      * disable batch testing for scale channels
      
      * do not set LayerParams::name
      
      * merge all activations into setActivation
      490908f0
  19. 23 2月, 2020 1 次提交
  20. 08 2月, 2020 1 次提交
  21. 07 2月, 2020 1 次提交
  22. 22 1月, 2020 1 次提交
  23. 20 1月, 2020 1 次提交
  24. 13 1月, 2020 1 次提交
    • D
      Disable some tests for Myriad target of nGraph · 8f1e36f7
      Dmitry Kurtaev 提交于
      Add lightweight IE hardware targets checks
      
      nGraph: Concat with paddings
      
      Enable more nGraph tests
      
      Restore FP32->FP16 for GPU plugin of IE
      
      try to fix buildbot
      
      Use lightweight IE targets check only starts from R4
      8f1e36f7
  25. 12 12月, 2019 1 次提交
    • A
      Merge pull request #16088 from alalek:dnn_eltwise_layer_different_src_channels · 5ee7abbe
      Alexander Alekhin 提交于
      dnn(eltwise): fix handling of different number of channels
      
      * dnn(test): reproducer for Eltwise layer issue from PR16063
      
      * dnn(eltwise): rework support for inputs with different channels
      
      * dnn(eltwise): get rid of finalize(), variableChannels
      
      * dnn(eltwise): update input sorting by number of channels
      
      - do not swap inputs if number of channels are same after truncation
      
      * dnn(test): skip "shortcut" with batch size 2 on MYRIAD targets
      5ee7abbe
  26. 02 12月, 2019 1 次提交
  27. 22 10月, 2019 1 次提交
  28. 19 10月, 2019 1 次提交
  29. 18 10月, 2019 1 次提交
  30. 01 10月, 2019 1 次提交
  31. 13 9月, 2019 1 次提交
  32. 03 9月, 2019 1 次提交
  33. 27 7月, 2019 1 次提交
  34. 23 6月, 2019 1 次提交
  35. 20 6月, 2019 1 次提交
  36. 14 6月, 2019 1 次提交
  37. 30 5月, 2019 1 次提交
  38. 09 4月, 2019 1 次提交
  39. 03 4月, 2019 1 次提交
  40. 29 3月, 2019 1 次提交
    • L
      Merge pull request #13932 from l-bat:MyriadX_master_dldt · 7d3d6bc4
      Lubov Batanina 提交于
      * Fix precision in tests for MyriadX
      
      * Fix ONNX tests
      
      * Add output range in ONNX tests
      
      * Skip tests on Myriad OpenVINO 2018R5
      
      * Add detect MyriadX
      
      * Add detect MyriadX on OpenVINO R5
      
      * Skip tests on Myriad next version of OpenVINO
      
      * dnn(ie): VPU type from environment variable
      
      * dnn(test): validate VPU type
      
      * dnn(test): update DLIE test skip conditions
      7d3d6bc4