1. 22 Dec, 2019 1 commit
  2. 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
  3. 18 Dec, 2019 2 commits
  4. 16 Dec, 2019 2 commits
  5. 14 Dec, 2019 3 commits
  6. 13 Dec, 2019 1 commit
  7. 12 Dec, 2019 2 commits
  8. 10 Dec, 2019 1 commit
  9. 29 Nov, 2019 3 commits
  10. 28 Nov, 2019 3 commits
  11. 27 Nov, 2019 4 commits
  12. 26 Nov, 2019 1 commit
  13. 24 Nov, 2019 1 commit
  14. 23 Nov, 2019 1 commit
  15. 22 Nov, 2019 2 commits
  16. 21 Nov, 2019 1 commit
  17. 10 Nov, 2019 3 commits
  18. 07 Nov, 2019 3 commits
  19. 05 Nov, 2019 3 commits
  20. 26 Oct, 2019 1 commit
  21. 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