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