1. 23 Dec, 2019 1 commit
  2. 22 Dec, 2019 2 commits
  3. 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
  4. 18 Dec, 2019 2 commits
  5. 16 Dec, 2019 1 commit
  6. 14 Dec, 2019 2 commits
  7. 13 Dec, 2019 1 commit
  8. 12 Dec, 2019 1 commit
  9. 10 Dec, 2019 1 commit
  10. 29 Nov, 2019 2 commits
  11. 28 Nov, 2019 3 commits
  12. 27 Nov, 2019 3 commits
  13. 24 Nov, 2019 1 commit
  14. 22 Nov, 2019 2 commits
  15. 10 Nov, 2019 3 commits
  16. 07 Nov, 2019 3 commits
  17. 05 Nov, 2019 2 commits
  18. 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
  19. 23 Oct, 2019 4 commits
  20. 17 Oct, 2019 1 commit
    • Jon Crall's avatar
      Fix AnchorHead in_channels (#1506) · 618dca08
      Jon Crall authored
      * test that all configs can be loaded
      
      * Use in_channels correctly in anchor_head and guided_anchor_head
      
      * Fix lint errors. Only tests a subset of configs
      
      * remove local config
      
      * fix yapf
      
      * Remove slower tests
      
      * Remove debug code
      
      * trigger travis
      618dca08
  21. 14 Oct, 2019 1 commit
  22. 11 Oct, 2019 1 commit
  23. 10 Oct, 2019 1 commit