Skip to content
Snippets Groups Projects
  1. Nov 30, 2021
  2. Aug 04, 2020
    • Wenwei Zhang's avatar
      Remove git hash in __version__ (#3466) · 9d3f9b03
      Wenwei Zhang authored
      * update setup.py
      
      * update collect_env accordingly
      
      * rm VERSION and hardcode version.py
      
      * Use get_git_hash in mmcv
      
      * fix bug of version_file
      
      * use function to parse version
      
      * use __version__
      
      * only print first 7 of git hash
      
      * resolve comments
      
      * Fix torch install issue in action
      Unverified
      9d3f9b03
  3. Jul 27, 2020
  4. Jul 12, 2020
  5. Jul 10, 2020
    • Cao Yuhang's avatar
      clean op (#3232) · 5f2cdedd
      Cao Yuhang authored
      
      * clean op
      
      * clean
      
      * update build.yml
      
      * fix setup
      
      * change ci mmcv version
      
      * change ci mmcv version
      
      * add install pre-build mmcv instructions
      
      * update mmcv url, move some unnit tests to mmcv
      
      * update ci mmcv
      
      * test
      
      * test
      
      * test
      
      * fix unit test
      
      * fix unit test
      
      * fix onnx script
      
      * update mmcv url
      
      * fix typo
      
      * fix some doc
      
      * Bump version
      
      * resolve comments
      
      * Fix version bug
      
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      Unverified
      5f2cdedd
  6. Jul 04, 2020
  7. Jun 11, 2020
    • tianyuandu's avatar
      add corner pooling (#2796) · 32fcb587
      tianyuandu authored
      
      * add center pooling
      
      * fix yapf formatting
      
      * add unittest
      
      * fix flake8 formatting
      
      * fix isort formatting
      
      * fix isort formatting
      
      * refactor and formatting
      
      * remove top pool from unittext
      
      * remove bottom pool from unittest
      
      * fix bug in torch1.5
      
      * add pytest for assertion
      
      * center_pool -> corner_pool, add docstring
      
      * fix unittest
      
      * add corner_pool.py
      
      * fix some weird logics
      
      * move unittests of ops to a new folder
      
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      Unverified
      32fcb587
  8. May 05, 2020
  9. May 03, 2020
  10. Apr 25, 2020
  11. 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
  12. 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
  13. Mar 21, 2020
  14. 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
  15. Mar 02, 2020
  16. Mar 01, 2020
  17. Feb 29, 2020
  18. Feb 24, 2020
  19. 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
  20. Feb 12, 2020
  21. Feb 09, 2020
  22. Jan 31, 2020
  23. 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
  24. 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
  25. Dec 14, 2019
  26. Oct 02, 2019
  27. Aug 25, 2019
  28. 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
  29. Aug 10, 2019
  30. Aug 02, 2019
  31. Jul 28, 2019
  32. 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
  33. 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
  34. 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
  35. Apr 16, 2019
  36. Apr 15, 2019
  37. Feb 07, 2019
  38. Feb 06, 2019
Loading