1. 18 Jan, 2020 1 commit
  2. 13 Jan, 2020 2 commits
  3. 11 Jan, 2020 1 commit
  4. 07 Jan, 2020 2 commits
  5. 04 Jan, 2020 1 commit
  6. 02 Jan, 2020 2 commits
  7. 31 Dec, 2019 3 commits
  8. 27 Dec, 2019 3 commits
  9. 25 Dec, 2019 2 commits
  10. 24 Dec, 2019 5 commits
    • Kai Chen's avatar
      Init logger before constructing Runner (#1865) · b34a8432
      Kai Chen authored
      * init logger before constructing Runner
      
      * use mmdet logger for loading checkpoints
      
      * bug fix for abstract methods
      b34a8432
    • Kai Chen's avatar
      fix readthedocs (#1864) · 141b6c98
      Kai Chen authored
      141b6c98
    • Kai Chen's avatar
      Add sphinx generated docs (#1859) · 8118d76a
      Kai Chen authored
      * use sphinx to generate docs
      
      * fix flake8 linting
      
      * update docs
      8118d76a
    • Cao Yuhang's avatar
      Split SegResizeFlipPadRescale into different existing transforms (#1852) · 9118a94a
      Cao Yuhang authored
      * Split seg trans
      
      * Modify cfg
      
      * fix typo
      9118a94a
    • Jon Crall's avatar
      Allow for images to contain zero true detections (#1531) · b6966700
      Jon Crall authored
      
      
      * Allow for images to contain zero true detections
      
      * Allow for empty assignment in PointAssigner
      
      * Allow ApproxMaxIouAssigner to return an empty result
      
      * Fix CascadeRNN forward when entire batch has no truth
      
      * Correctly assign boxes to background when there is no truth
      
      * Fix assignment tests
      
      * Make flatten robust
      
      * Fix bbox loss with empty pred/truth
      
      * Fix logic error in BBoxHead.loss
      
      * Add tests for empty truth cases
      
      * tests faster rcnn empty forward
      
      * Skip roipool forward tests if torchvision is not installed
      
      * Add tests for bbox/anchor heads
      
      * Consolidate test_forward and test_forward2
      
      * Fix assign_results.labels = None when gt_labels is given; Add test for this case
      
      * Fix OHEM Sampler with zero truth
      
      * remove xdev
      
      * resolve 3 reviews
      
      * Fix flake8
      
      * refactoring
      
      * fix yaml format
      
      * add filter flag
      
      * minor fix
      
      * delete redundant code in load anno
      
      * fix flake8 errors
      
      * quick fix for empty truth with masks
      
      * fix yapf error
      
      * fix mask padding for empty masks
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      b6966700
  11. 23 Dec, 2019 1 commit
  12. 22 Dec, 2019 2 commits
  13. 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
  14. 18 Dec, 2019 2 commits
  15. 16 Dec, 2019 2 commits
  16. 14 Dec, 2019 3 commits
  17. 13 Dec, 2019 1 commit
  18. 12 Dec, 2019 2 commits
  19. 10 Dec, 2019 1 commit
  20. 29 Nov, 2019 3 commits