Skip to content
Snippets Groups Projects
  1. Apr 24, 2020
    • Cao Yuhang's avatar
      Fix pytorch1.5 compile error (#2524) · e5921ca8
      Cao Yuhang authored
      * replace AT_CHECK with TORCH_CHECK to support pytorch1.5
      
      * fix compile warning, delete grid sample op
      
      * fix ci pytorch version
      
      * delete python3.5
      
      * update version of pytorch and torchvision in ci
      
      * change is_cuda to device().is_cuda()
      
      * specify TORCH_CUDA_ARCH_LIST=6.0,7.0
      
      * fix typo
      
      * delete affine grid
      
      * fix typos
      
      * fix setup.py
      
      * remove redundant comment
      Unverified
      e5921ca8
  2. Apr 06, 2020
    • Wenwei Zhang's avatar
      Change V2.0 coors (#2380) · 7ed8d51e
      Wenwei Zhang authored
      * Refactor (all): change coordinate system
      
      * Fix (mask_head): fix cat -1 bug in mask_paste
      
      * Fix (unittest)
      : modify unittest and pass CI
      
      * reformat to pass CI
      
      * Fix round coordinates bugs
      
      * clean file
      
      * Fix (test): use cpu version of aligned roi_align in tests
      
      * Refactor (mask): clean np.stack
      
      * Refactor (head): reformat code and fix missing -1
      
      * Reformat: reformat and add doc strings
      
      * Refactor (mask_head): more clea docstring
      Unverified
      7ed8d51e
  3. Mar 21, 2020
  4. Mar 14, 2020
    • Wenwei Zhang's avatar
      Support Better-Aligned ROIAlign Layer (#2068) · dd88ed65
      Wenwei Zhang authored
      
      * feature (roi_align_v2): use roi_align v2 to support aligned=True
      
      * fix (setup.py): fix install bug
      
      * recover configs to the original ones
      
      * remove cpu version for now
      
      * rename files
      
      * reformat (roi_align): clean code and reformat
      
      * support legacy roi_align
      
      * support legacy roi_align
      
      * reformat (roi_align): reformat c/cuda/python code
      
      * fix reformat request
      
      * add unsaved change
      
      * pass yapf
      
      * merge roi_align function
      
      * update note
      
      Co-authored-by: default avatarbeansi <zhangwenwei@sensetime.com>
      Unverified
      dd88ed65
  5. Mar 02, 2020
  6. Mar 01, 2020
  7. Feb 29, 2020
  8. Feb 24, 2020
  9. Feb 21, 2020
    • Jiaqi Wang's avatar
      Code Release: CARAFE: Content-Aware ReAssembly of FEatures (ICCV 2019) (#1583) · b5431092
      Jiaqi Wang authored
      * add carafe ops
      
      * rename carafe benchmark
      
      * grad check fix
      
      * update grad check
      
      * update grad check output
      
      * add fpn carafe & mask head carafe
      
      * add ReadMe
      
      * update readme
      
      * add carafe setup
      
      * update naive carafe
      
      * update readme and setup
      
      * readme typo fix
      
      * fix flake8 error
      
      * fix flake 8 error
      
      * fix flake 8
      
      * fix flake 8 more
      
      * flake 8 fix plus
      
      * flake 8 fix
      
      * fix flake 8
      
      * reformat ops files
      
      * update fpn files and cfgs
      
      * update readme
      
      * update fcn_mask_head
      
      * update fpn_carafe
      
      * update kernel
      
      * update
      
      * update
      
      * add docstring in FPN_CARAFE
      
      * reformat with yapf
      
      * update
      
      * update
      
      * add build upsampler
      
      * fix mask head build error
      
      * reformat build upsample layer
      
      * add doc string for CARAFE and PixelShuffle
      
      * update
      
      * update upsample_cfg_
      
      * update
      
      * update doc string
      
      * rm abbr in build upsample layer
      
      * update readme
      
      * update model_zoo
      
      * add link to other features in ReadMe
      Unverified
      b5431092
  10. Feb 12, 2020
  11. Feb 09, 2020
  12. Jan 31, 2020
  13. Jan 22, 2020
    • 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
  14. Dec 21, 2019
    • 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
  15. Dec 14, 2019
  16. Oct 02, 2019
  17. Aug 25, 2019
  18. Aug 22, 2019
    • 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
  19. Aug 10, 2019
  20. Aug 02, 2019
  21. Jul 28, 2019
  22. Jul 13, 2019
    • 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
  23. Jul 11, 2019
    • 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
  24. May 21, 2019
    • 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
  25. Apr 16, 2019
  26. Apr 15, 2019
  27. Feb 07, 2019
  28. Feb 06, 2019
  29. Jan 17, 2019
  30. Dec 26, 2018
  31. Dec 23, 2018
  32. Nov 26, 2018
  33. Oct 21, 2018
  34. Oct 20, 2018
  35. Oct 10, 2018
  36. Oct 07, 2018
Loading