1. 21 2月, 2021 1 次提交
  2. 19 5月, 2020 1 次提交
    • L
      Merge pull request #16575 from l-bat:flownet2 · d991c220
      Liubov Batanina 提交于
      Support FlowNet2 model
      
      * Support DataAugmentation layer
      
      * Fix warnings
      
      * Fix comments
      
      * Support Correlation layer
      
      * TEST
      
      * Support Correlation layer
      
      * Supported Accum and FlowWarp layers
      
      * Supported ChannelNorm layer
      
      * Supported Resample with inputs.size() > 1
      
      * Fixed comments
      
      * Refactoring
      
      * Added tests
      
      * Add resample test
      
      * Added asserts in resize layer
      
      * Updated DataAugmentation layer
      
      * Update convolution layer
      
      * Refactoring
      
      * Fix data augmentation layer
      
      * Fix caffe importer
      
      * Fix resize
      
      * Switch to Mat ptr
      
      * Remove useless resize type
      
      * Used ResizeLayer in Accum
      
      * Split ChannelNormLayer
      
      * Delete duplicate assert
      
      * Add sample
      
      * Fix sample
      
      * Added colormap
      d991c220
  3. 04 4月, 2020 1 次提交
  4. 02 12月, 2019 1 次提交
    • M
      Merge pull request #15808 from thebhatman:Mish_swish · 78c5e41c
      Manjunath Bhat 提交于
      * Added Swish and Mish activations
      
      * Fixed whitespace errors
      
      * Kernel implementation done
      
      * Added function for launching kernel
      
      * Changed type of 1.0
      
      * Attempt to add test for Swish and Mish
      
      * Resolving type mismatch for log
      
      * exp from device
      
      * Use log1pexp instead of adding 1
      
      * Added openCL kernels
      78c5e41c
  5. 01 12月, 2019 1 次提交
  6. 05 12月, 2018 1 次提交
  7. 07 9月, 2018 1 次提交
  8. 04 9月, 2018 1 次提交
  9. 23 6月, 2018 1 次提交
  10. 22 6月, 2018 1 次提交
  11. 07 6月, 2018 1 次提交
    • D
      Added ResizeBilinear op for tf (#11050) · 7175f257
      David 提交于
      * Added ResizeBilinear op for tf
      
      Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).
      
      Minor changes to tf_importer and resize layer to save some code lines
      
      Minor changes in init.cpp
      
      Minor changes in tf_importer.cpp
      
      * Replaced implementation of a custom ResizeBilinear layer to all layers
      
      * Use Mat::ptr. Replace interpolation flags
      7175f257
  12. 30 5月, 2018 1 次提交
  13. 20 12月, 2017 1 次提交
  14. 15 12月, 2017 1 次提交
  15. 08 12月, 2017 1 次提交
  16. 27 11月, 2017 1 次提交
  17. 11 10月, 2017 1 次提交
  18. 10 10月, 2017 2 次提交
  19. 06 10月, 2017 2 次提交
  20. 26 9月, 2017 1 次提交
  21. 16 9月, 2017 1 次提交
  22. 14 9月, 2017 1 次提交
  23. 02 8月, 2017 1 次提交
  24. 26 7月, 2017 1 次提交
  25. 29 6月, 2017 1 次提交
    • A
      dnn: added "hidden" experimental namespace · da096032
      Alexander Alekhin 提交于
      Main purpose of this namespace is to avoid using of incompatible
      binaries that will cause applications crashes.
      
      This additional namespace will not impact "Source code API".
      This change allows to maintain ABI checks (with easy filtering out).
      da096032
  26. 28 6月, 2017 2 次提交
  27. 26 6月, 2017 1 次提交