- Nov 30, 2021
-
-
Guo-Hua Wang authored
-
- Aug 04, 2020
-
-
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
-
- Jul 27, 2020
-
-
Kai Chen authored
* update to pytorch 1.3.1 and 1.5.1 in CI * add build_cpu and lint jobs * add missing dependencies * fix mmcv version * fix variable name * add missing dependencies
-
- Jul 12, 2020
-
-
Jerry Jiarui XU authored
* Update setup.py * update ci
-
- Jul 10, 2020
-
-
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:
ZwwWayne <wayne.zw@outlook.com>
-
- Jul 04, 2020
-
-
Kai Chen authored
* update docstring formats * fix :func: * minor update
-
- Jun 11, 2020
-
-
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:
Kai Chen <chenkaidev@gmail.com>
-
- May 05, 2020
-
- May 03, 2020
-
-
Jerry Jiarui XU authored
* migrate to mmcv.cnn.bricks * remove conv_module, scale, upsample * update mmdet version and mmcv requirement * fixed fsaf warning
-
- Apr 25, 2020
-
-
Wenwei Zhang authored
* Change .format to f-string * Resolve comments * Fix missing change
-
- Apr 24, 2020
-
-
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
-
- Apr 06, 2020
-
-
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
-
- Mar 21, 2020
-
-
Jerry Jiarui XU authored
-
- Mar 14, 2020
-
-
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:
beansi <zhangwenwei@sensetime.com>
-
- Mar 02, 2020
-
-
Jerry Jiarui XU authored
* add affine_grid * missing setup * remove import * reformat * rename and reformat * reformat cpp
-
- Mar 01, 2020
-
-
Kai Chen authored
* update pre-commit hook config * fix styles conflicting with pre-commit hooks
-
- Feb 29, 2020
-
-
Jerry Jiarui XU authored
* add grid sampler * add doc * remove comment
-
- Feb 24, 2020
-
-
Kai Chen authored
* update version to 1.1 * fix typo * remove the version limit of ubelt
-
- Feb 21, 2020
-
-
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
-
- Feb 12, 2020
-
-
Jerry Jiarui XU authored
* add soft_nms_cpu * remove cython dependency * merge soft_nms_cpu.cpp into nms_cpu.cpp * add docs * fixed typo * fixed typo * fixed typo
-
- Feb 09, 2020
-
-
Kai Chen authored
-
- Jan 31, 2020
-
-
Kai Chen authored
* bump version to 1.0.0 * fix typos * update the version in docs
-
- Jan 22, 2020
-
-
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
-
- Dec 21, 2019
-
-
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
-
- Dec 14, 2019
- Oct 02, 2019
-
-
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
-
- Aug 25, 2019
-
-
Sebastiano Ferraris authored
* requirements to list in setup to avoid repetitions * minor refactoring
-
- Aug 22, 2019
-
-
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
-
- Aug 10, 2019
-
-
Kai Chen authored
-
- Aug 02, 2019
-
-
Claudio Michaelis authored
* Add robust detection benchmark * Update readmes * Changed readmes for pull request * Ensure pep8 conformity * fixed formatting * Fix yapf errors * minor formatting * fix imports order
-
- Jul 28, 2019
-
-
Kai Chen authored
-
- Jul 13, 2019
-
-
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
-
- Jul 11, 2019
-
-
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
-
- May 21, 2019
-
-
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
-
- Apr 16, 2019
-
-
Kai Chen authored
-
- Apr 15, 2019
-
-
Kai Chen authored
-
- Feb 07, 2019
-
-
Kai Chen authored
-
- Feb 06, 2019
-
-
Kai Chen authored
-