1. 17 3月, 2020 1 次提交
    • L
      Merge pull request #16715 from l-bat:slice_onnx · 718d7e4b
      Liubov Batanina 提交于
      * Support Slice layer with multiple inputs
      
      * Add test
      
      * Supported Resize from PyTorch
      
      * Rewrite test
      
      * Remove Cast layer (supported in #16735)
      
      * Support ConstantOfShape
      
      * Fix tests
      
      * Fix coments
      
      * Remove useless condition
      
      * Fixed failed tests
      718d7e4b
  2. 14 3月, 2020 1 次提交
  3. 06 3月, 2020 1 次提交
  4. 04 3月, 2020 1 次提交
  5. 29 2月, 2020 1 次提交
  6. 18 2月, 2020 1 次提交
    • L
      Merge pull request #16472 from l-bat:cp_vton · e970eccb
      Liubov Batanina 提交于
      Add CP-VTON sample
      
      * Support resize from PyTorch
      
      * Add CP-VTON sample
      
      * Fix downsampling
      
      * Fix test
      
      * Add model links
      
      * Add default args
      
      * Speed up resize
      
      * Fix TOM link
      
      * Add default args
      
      * Fix comments
      
      * Set aspect ratio for input
      
      * Update links
      
      * Check files exist
      e970eccb
  7. 15 2月, 2020 1 次提交
  8. 29 1月, 2020 1 次提交
  9. 18 1月, 2020 1 次提交
  10. 14 1月, 2020 1 次提交
  11. 14 11月, 2019 1 次提交
  12. 09 11月, 2019 1 次提交
  13. 29 7月, 2019 1 次提交
  14. 20 7月, 2019 1 次提交
  15. 12 7月, 2019 1 次提交
  16. 05 7月, 2019 1 次提交
    • D
      Merge pull request #14858 from dvd42:instancenorm_onnx · 57fae4a6
      Diego 提交于
      Instancenorm onnx (#14858)
      
      * Onnx unsupported operation handling
      
      * instance norm implementation
      
      * Revert "Onnx unsupported operation handling"
      
      * instance norm layer test
      
      * onnx instancenorm layer
      57fae4a6
  17. 04 7月, 2019 1 次提交
  18. 20 6月, 2019 1 次提交
  19. 08 6月, 2019 1 次提交
  20. 20 5月, 2019 1 次提交
  21. 16 5月, 2019 1 次提交
  22. 30 4月, 2019 1 次提交
    • L
      Merge pull request #14301 from l-bat:conv3d · 77fa59c3
      Lubov Batanina 提交于
      Support Convolution3D layer on IE backend (#14301)
      
      * Add Convolution3D layer
      
      * Disable CXX11
      
      * Fixed tests
      
      * Add Pooling3D layer
      
      * Merge Conv2d with Conv3d and Pool2d with Pool3d layers
      
      * Split pads
      
      * Add Deconvolution layer
      
      * Refactoring
      
      * Deduplication
      
      * Refactoring
      
      * Add utils for Convolution and Pooling layers
      77fa59c3
  23. 24 4月, 2019 1 次提交
  24. 22 4月, 2019 1 次提交
  25. 26 3月, 2019 1 次提交
  26. 22 2月, 2019 1 次提交
  27. 21 2月, 2019 1 次提交
  28. 21 12月, 2018 1 次提交
  29. 12 12月, 2018 1 次提交
  30. 24 11月, 2018 1 次提交
  31. 17 11月, 2018 1 次提交
  32. 31 10月, 2018 1 次提交
  33. 09 10月, 2018 1 次提交
  34. 26 9月, 2018 1 次提交
  35. 18 9月, 2018 1 次提交
  36. 11 9月, 2018 1 次提交
    • L
      Merge pull request #12071 from l-bat/l-bat:onnx_parser · 0c859002
      Lubov Batanina 提交于
      * Add Squeezenet support in ONNX
      
      * Add AlexNet support in ONNX
      
      * Add Googlenet support in ONNX
      
      * Add CaffeNet and RCNN support in ONNX
      
      * Add VGG16 and VGG16 with batch normalization support in ONNX
      
      * Add RCNN, ZFNet, ResNet18v1 and ResNet50v1 support in ONNX
      
      * Add ResNet101_DUC_HDC
      
      * Add Tiny Yolov2
      
      * Add CNN_MNIST, MobileNetv2 and LResNet100 support in ONNX
      
      * Add ONNX models for emotion recognition
      
      * Add DenseNet121 support in ONNX
      
      * Add Inception v1 support in ONNX
      
      * Refactoring
      
      * Fix tests
      
      * Fix tests
      
      * Skip unstable test
      
      * Modify Reshape operation
      0c859002