1. 30 Jan, 2020 1 commit
  2. 22 Jan, 2020 1 commit
    • Jon Crall's avatar
      Reorganize requirements, make albumentations optional (#1969) · b5d62ef9
      Jon Crall authored
      * reorganize requirements, make albumentations optional
      
      * fix flake8 error
      
      * force older version of Pillow until torchvision is fixed
      
      * make imagecorruptions optional and update INSTALL.dm
      
      * update INSTALL.md
      
      * Add note about pillow version
      
      * Add build requirements to install instructions
      b5d62ef9
  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. 14 Dec, 2019 2 commits
  5. 02 Oct, 2019 1 commit
    • Jon Crall's avatar
      Enable doctests in CI with xdoctest (#1479) · 0e9de200
      Jon Crall authored
      * Enable doctests in CI with xdoctest
      
      * use xdoctest in travis file
      
      * Fix doctest warnings
      
      * dont test eggs directory
      
      * Ensure xdoctest is installed before running CI
      0e9de200
  6. 25 Aug, 2019 1 commit
  7. 22 Aug, 2019 1 commit
    • Jirka Borovec's avatar
      update CI - pkg build (#1235) · 7bb38af4
      Jirka Borovec authored
      * add testing in Travis
      
      * add proj. requirements
      
      * install CUDA
      
      * def tested packages
      
      * add missing meta in setup
      
      * add empty test
      
      * restructure travis tests
      
      * add sample doctest
      
      * switch to nose2
      
      * add sample test
      
      * using pytest
      
      * minor fixes
      7bb38af4
  8. 10 Aug, 2019 1 commit
  9. 02 Aug, 2019 1 commit
  10. 28 Jul, 2019 2 commits
  11. 13 Jul, 2019 1 commit
    • simon wu's avatar
      Fixing build-errors on Windows (#969) · 59fbb5c1
      simon wu authored
      * Fixing build-errors on Windows (add some compile args, which are default on Linux)
      
      * Fixing build-errors on Windows
      
      * minor formatting
      
      * Fixing errors on windows
      
      1.Adding 'cxx' key for extra_compile_args
      2.Adding type-cast to long for first parameter of THCCeilDiv facebookresearch/maskrcnn-benchmark#409
      3.Ignoring resource setting on windows
      
      * update the order of import statements
      59fbb5c1
  12. 11 Jul, 2019 1 commit
    • Daniel Suess's avatar
      Refactor compilation into single setup.py (#881) · 713e98bc
      Daniel Suess authored
      * Implement all extension building in main setup.py
      
      * Remove old build files
      
      * Adapt installation guide
      
      * Refactor to comply with flake8
      
      * Move imports into functions & refactor module paths
      
      * Format setup.py with yapf
      
      * Move cython/numpy import back to head of file
      
      * Add note to use verbose mode for pip in INSTALL.md
      713e98bc
  13. 21 May, 2019 1 commit
    • Jiangmiao Pang's avatar
      Add loss evaluator (#678) · 57d34592
      Jiangmiao Pang authored
      * Fix license in setup.py
      
      * Add code for loss evaluator
      
      * Configs support loss evaluator
      
      * Fix a little bug
      
      * Fix flake8
      
      * return revised bbox to reg
      
      * return revised bbox to reg
      
      * revision according to comments
      
      * fix flake8
      57d34592
  14. 16 Apr, 2019 1 commit
  15. 14 Apr, 2019 1 commit
  16. 06 Feb, 2019 2 commits
  17. 17 Jan, 2019 1 commit
  18. 26 Dec, 2018 1 commit
  19. 22 Dec, 2018 1 commit
  20. 26 Nov, 2018 3 commits
  21. 20 Oct, 2018 2 commits
  22. 10 Oct, 2018 1 commit
  23. 07 Oct, 2018 2 commits
  24. 30 Sep, 2018 1 commit
  25. 23 Sep, 2018 1 commit
  26. 02 Sep, 2018 1 commit