- 18 Sep, 2020 2 commits
- 17 Sep, 2020 2 commits
- 16 Sep, 2020 2 commits
-
-
David de la Iglesia Castro authored
* Add test case for type defined using default_args * Refactor build_from_cfg * Update exception of missing type * pre-commit * Fix default_args is None * pre-commit * Bring back test * Update exception raising
-
Kai Chen authored
* use copy instead of symlink on windows * use platform.system() instead of sys.platform
-
- 15 Sep, 2020 1 commit
-
-
Ryan Li authored
* add 'wrap_fp16_model' to __inti__.py * add 'wrap_fp16_model' to __init__.py
-
- 14 Sep, 2020 1 commit
-
-
Qiaofei Li authored
* add brightness and contrast augmentation * remove unnecessary * reformat * relax the precision constrain for adjust_brightness aug * fix percision assertion error in unit test * remove toy * rename alpha as factor * use np.testing.assert_allclose in place of np.less_equal
-
- 12 Sep, 2020 2 commits
-
-
Wenwei Zhang authored
* Mv wrappers into bricks and use wrappers in registry * resolve import issues * fix import issues * set nn op forward to torch 1.6.1 * fix CI bug and add warning * Fix CI by using patch mock * mv warnings inside deprecated module's initialization
-
Cao Yuhang authored
-
- 09 Sep, 2020 2 commits
-
-
Xiaojie Li authored
* update impad * fix docstring * add shape for impad * fix unit test * remove old version & fix doc * fix linting * fix doc * add linear decay learning rate scheduler * fix impad * fix setup.cfg * fix linting * add yapf * add swish * fix lr_updater * fix lr_updater.py * update swish * add swish * fix inplace * fix typo * update * add same padding * fix docstring * add unittest * fix register * change name Co-authored-by:lixiaojie <lixiaojie@sensetime.com>
-
Hongkai Zhang authored
* support multiple interpolation modes for imrotate * reformat code
-
- 08 Sep, 2020 3 commits
-
-
su authored
* Reordered the hooks and use attributes rather than args. Formated. * Reordering may cause conflict, assign the value first than update such as max_iter Rewind back the order. * Rewind back to just use attributes, the update of max_iter and stuff will be done in new hooks. Minor format.
-
Qiaofei Li authored
* add equalize augmentation in mmcv * delete unnecessary * reformat * remove clip in implementing equalize, and add uint test with case step=0 * remove clip in implementing equalize, and add uint test with case step=0 * add comments for unit test * rename function name as imequalize
-
Qiaofei Li authored
* add Color augmentation * reformat * reformat * reformat docstring * reformat docstring * add more unit test * add more unit test * add clip value and uint test for image with type float * rename function name
-
- 06 Sep, 2020 1 commit
-
-
Jintao Lin authored
* add url support for VideoReader * add a comment * add unittest * use a connectable url for ci
-
- 04 Sep, 2020 3 commits
-
-
Qiaofei Li authored
* add imtranslate * add imtranslate * update comments * reformat
-
Wenwei Zhang authored
* Add windows instruction and fix compilation bug * reformat codebase
-
Wenwei Zhang authored
-
- 03 Sep, 2020 3 commits
-
-
Kai Chen authored
-
Wang Xinjiang authored
-
Qiaofei Li authored
* fix TypeError: Scalar value for argument borderValue is longer than 4 * add comments for imshear with case that border_value has more than 3 elements
-
- 02 Sep, 2020 2 commits
-
-
Jerry Jiarui XU authored
* [Feature] Support load models from mmcls * [Feature] Support load with mmcls:// * hard-code load mmcls * fixed wrong commit * add json * remove cifar
-
Qiaofei Li authored
* Add shear augmentation * Update geometric.py * Update geometric.py
-
- 01 Sep, 2020 2 commits
-
-
Wang Xinjiang authored
-
Wenwei Zhang authored
* [feature] Use cu92 & ubuntu1604 for torch 1.3.1 * [fix]Use ubuntu-16.04 rather than latest for cu92 * [fix]: soft link cuda path * Debug cu101 bug * Update usr/include for cublas with cu101 * Check default nvcc version * rm : * add cuda root * Try to locate cublas_v2.h * Set cublas version * Force cublas version * check usr/local/cuda-10.2 * Add tree * cp cublas files * cp cublas files to lib64 * do not tree cuda * fix path cp error * cp dir * Keep using CUDA10.1 only * recover empty line
-
- 26 Aug, 2020 1 commit
-
-
Xiaojie Li authored
* update impad * fix docstring * add shape for impad * fix unit test * remove old version & fix doc * fix linting * fix doc * add linear decay learning rate scheduler * fix impad * fix setup.cfg * fix linting * add yapf * add swish * fix lr_updater * fix lr_updater.py * update swish * add swish * fix inplace * fix typo Co-authored-by:lixiaojie <lixiaojie@sensetime.com>
-
- 25 Aug, 2020 1 commit
-
-
Kai Chen authored
* move unit tests to specific folders * fix path error * remove some assertions * fix ignore path
-
- 24 Aug, 2020 4 commits
-
-
Kai Chen authored
* bump version to 1.1.1 * add more version utils * move parse_version_info to version.py
-
Wang Xinjiang authored
* Custom imports * Resolve comments * Add unittest * Add unittest * Rename custom_imports to import_modules_from_strings * Move import_modules_from_strings ito misc.py and allow failed imports * small change * small change * change mmcv.runner to os.path
-
Kai Chen authored
* [feature] Add collect_env() to collect environment info * fix unit tests * fix the case when ops are not compiled * fix docstring
-
Matthew Dawkins authored
* Fix function types * Remove const
-
- 23 Aug, 2020 1 commit
-
-
Wenwei Zhang authored
* Support to split batched_nms when box number is too large * mv data from gpu to cpu * Set split_thr through nms_cfg * clean code * Update motivation in docstring * fix typos
-
- 22 Aug, 2020 2 commits
-
-
Jerry Jiarui XU authored
-
Matthew Dawkins authored
-
- 21 Aug, 2020 2 commits
- 19 Aug, 2020 3 commits
-
-
Kai Chen authored
-
robin Han authored
* support ONNX adaptive average pooling * fix double quotes Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
ychan authored
* fix mdconv addmm bug for parrots * fix mdconv ctv save tensor Co-authored-by:hanyachao <hanyachao@sensetime.com>
-