1. 03 Apr, 2020 1 commit
  2. 31 Mar, 2020 1 commit
    • Negin Raoof's avatar
      ONNX export for variable input sizes (#1840) · 986d2423
      Negin Raoof authored
      
      
      * fixes and tests for variable input size
      
      * transform test fix
      
      * Fix comment
      
      * Dynamic shape for keypoint_rcnn
      
      * Update test_onnx.py
      
      * Update rpn.py
      
      * Fix for split on RPN
      
      * Fixes for feedbacks
      
      * flake8
      
      * topk fix
      
      * Fix build
      
      * branch on tracing
      
      * fix for scalar tensor
      
      * Fixes for script type annotations
      
      * Update rpn.py
      
      * clean up
      
      * clean up
      
      * Update rpn.py
      
      * Updated for feedback
      
      * Fix for comments
      
      * revert to use tensor
      
      * Added test for box clip
      
      * Fixes for feedback
      
      * Fix for feedback
      
      * ORT version revert
      
      * Update ort
      
      * Update .travis.yml
      
      * Update test_onnx.py
      
      * Update test_onnx.py
      
      * Tensor sizes
      
      * Fix for dynamic split
      
      * Try disable tests
      
      * pytest verbose
      
      * revert one test
      
      * enable tests
      
      * Update .travis.yml
      
      * Update .travis.yml
      
      * Update .travis.yml
      
      * Update test_onnx.py
      
      * Update .travis.yml
      
      * Passing device
      
      * Fixes for test
      
      * Fix for boxes datatype
      
      * clean up
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      986d2423
  3. 17 Mar, 2020 1 commit
  4. 27 Jan, 2020 1 commit
  5. 19 Dec, 2019 1 commit
  6. 02 Dec, 2019 1 commit
  7. 21 Nov, 2019 1 commit
  8. 18 Nov, 2019 1 commit
  9. 06 Nov, 2019 1 commit
  10. 28 Oct, 2019 1 commit
  11. 22 Oct, 2019 1 commit
    • F-G Fernandez's avatar
      test: Updated asserts in test_onnx (#1497) · d409c117
      F-G Fernandez authored
      * test: Updated asserts in test_onnx
      
      Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483
      
      * test: Refactored AssertionError
      
      Opted for cleaner raise to avoid error type casting and string conversion
      d409c117
  12. 18 Oct, 2019 1 commit
  13. 15 Oct, 2019 1 commit
    • Lara Haidar's avatar
      Support Exporting RPN to ONNX (#1329) · 1d6145d1
      Lara Haidar authored
      * Support Exporting RPN to ONNX
      
      * address PR comments
      
      * fix cat
      
      * add flatten
      
      * replace cat by stack
      
      * update test to run only on rpn module
      
      * use tolerate_small_mismatch
      1d6145d1
  14. 04 Oct, 2019 1 commit
  15. 17 Sep, 2019 1 commit
  16. 10 Sep, 2019 1 commit
  17. 09 Sep, 2019 2 commits