1. 21 Dec, 2019 1 commit
    • Rinat Shigapov's avatar
      Async inference interface (#1647) · 9729ca54
      Rinat Shigapov authored
      * async inference support
      
      * implemented concurrent decorator
      
      * fixes for Python versions < 3.7
      
      * async methods depend on python version
      
      * revert changes in forward method
      
      * async_test -> async_simple_test, debug logging is done via logger.debug
      
      * add async test
      
      * add asynctest to test requirements
      
      * async tests are run in Python 3.7
      
      * check CUDA, add docs
      
      * fix device
      
      * run test only if CUDA is available
      
      * fix linting
      
      * custom operators can run on nondefault stream
      
      * set current stream in kernel launch configuration
      
      * example fixes
      
      * add async/sync interface comparison benchmark
      
      * fix linting
      9729ca54
  2. 18 Dec, 2019 2 commits
  3. 16 Dec, 2019 2 commits
  4. 14 Dec, 2019 3 commits
  5. 13 Dec, 2019 1 commit
  6. 12 Dec, 2019 2 commits
  7. 10 Dec, 2019 1 commit
  8. 29 Nov, 2019 3 commits
  9. 28 Nov, 2019 3 commits
  10. 27 Nov, 2019 4 commits
  11. 26 Nov, 2019 1 commit
  12. 24 Nov, 2019 1 commit
  13. 23 Nov, 2019 1 commit
  14. 22 Nov, 2019 2 commits
  15. 21 Nov, 2019 1 commit
  16. 10 Nov, 2019 3 commits
  17. 07 Nov, 2019 3 commits
  18. 05 Nov, 2019 3 commits
  19. 26 Oct, 2019 1 commit
  20. 25 Oct, 2019 1 commit
    • Wenwei Zhang's avatar
      Support to view AP for each class (#1549) · 1f3e2734
      Wenwei Zhang authored
      * also support to view ap
      
      * change string format
      
      * eval class_wise in coco_eval
      
      * reformat
      
      * class_wise API from detectron
      
      * reformat
      
      * change code source
      
      * reformat, use terminaltable
      1f3e2734
  21. 24 Oct, 2019 1 commit