- 19 Nov, 2020 1 commit
-
-
yamengxi authored
* enhance hsigmoid * delete int
-
- 18 Nov, 2020 2 commits
-
-
dreamerlin authored
-
dreamerlin authored
-
- 15 Nov, 2020 2 commits
-
-
dreamerlin authored
-
dreamerlin authored
-
- 14 Nov, 2020 1 commit
-
-
q.yao authored
* add onnx support to roi_align and roi_pool * add test on roi_align and roi_pool * fix conflict with master
-
- 11 Nov, 2020 2 commits
-
-
yamengxi authored
* add CLAHE * add CLAHE * restore * Add docstring * modify docstring * modify CLAHE to clahe * fix syntax error * simplify assert * simplify assert * add assert test * fix unittest bug * fix syntax bug * fix assert bug
-
yamengxi authored
* add lut_transform * restore * fix test bug * add test * Fix syntax bug * Delete test id * modfiy docstrinng * simplify assert
-
- 06 Nov, 2020 1 commit
-
-
Jerry Jiarui XU authored
* [Feature] Add hook msg for ckpt_hook * [Feature] Add hook msg for ckpt_hook * add test
-
- 05 Nov, 2020 1 commit
-
-
Kuro Latency authored
* Update lr_updater.py since epoch/iteration in runner starts with 0, we shouldn't leave the latter iteration to former (12th epoch for example, with first period equal to 12) period. * Update lr_updater.py * Update test_hooks.py
-
- 31 Oct, 2020 1 commit
-
-
Kai Chen authored
* support pytorch 1.7 and update the CI * fix CI * fix onnxruntime version in macos
-
- 28 Oct, 2020 2 commits
-
-
Ruohui Wang authored
* SKIP bbox test without CUDA * use full filepath for creating latest.pth
-
David de la Iglesia Castro authored
* Refactor tags for consistency * Fix missing runner * Fix missing runner * Fix missing runner * Fix missing runner * Fix momentum runner hook inner iter * Fix tests * pre-commit run
-
- 26 Oct, 2020 1 commit
-
-
robin Han authored
* add unittest for onnx convert * build onnx and onnxruntime in CI * skip onnx op unit test while using CUDA * fix offset==0 case in NMS * remove tmp file used in test * delete tmp file before assert so that we can remove the tmp file anyway
-
- 15 Oct, 2020 1 commit
-
-
Jintao Lin authored
* import_modules_from_strings when loading cfg from file * add unittest to tell whether the feature is enabled as expected * minor * set an environment variable instead of writing a file * use 'shutil' instead of 'os.system'
-
- 06 Oct, 2020 1 commit
-
-
Wenwei Zhang authored
* add version check in wrappers * fix assersion * use digital version for version comparison * fix unit tests * reformat * fall back to compare the first two version * fix unittest * fix unittest * fix unit test * clean unnecessary change
-
- 27 Sep, 2020 1 commit
-
-
GT9505 authored
* register deconv in CONV_LAYERS * use ConvTranspose2d implemented in MMCV * remove repetitive register_module * update * add unittest for deconv
-
- 25 Sep, 2020 2 commits
-
-
Wenwei Zhang authored
* Support to specify LR of DCN's conv_offset * Resolve comments & add unit test * Resolve formats * Fix CI for DCN * Mock DCN when cpu only * Use mock for cpu testing * Fix docstring and support ModulatedDCN * set offset_lr_mult as dcn's arguments, link CU-49u01p * fix lr bug * fall back to set LR in constructor * resolve comments
-
David de la Iglesia Castro authored
* Add build_runner * Parametrize test_runner * Add imports to runner __init__ * Refactor max_iters and max_epochs from run to init * Add assertion error messages * Add test_builder * Make change retro-compatible * Raise ValueError if max_epochs and max_iters
-
- 16 Sep, 2020 1 commit
-
-
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
-
- 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 1 commit
-
-
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
-
- 09 Sep, 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 * update * add same padding * fix docstring * add unittest * fix register * change name Co-authored-by:lixiaojie <lixiaojie@sensetime.com>
-
- 08 Sep, 2020 2 commits
-
-
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 1 commit
-
-
Qiaofei Li authored
* add imtranslate * add imtranslate * update comments * reformat
-
- 02 Sep, 2020 1 commit
-
-
Qiaofei Li authored
* Add shear augmentation * Update geometric.py * Update geometric.py
-
- 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 3 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
-
- 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 1 commit
-
-
Jerry Jiarui XU authored
-
- 21 Aug, 2020 1 commit
-
-
Kevin authored
-
- 15 Aug, 2020 3 commits
-
-
Cao Yuhang authored
* fix saconv * add parrots condition * add unittest * fix torch version
-
Wang Xinjiang authored
* fix some pavi logger hooks * fix unittest * fix small bugs * small change * fix unittest * Add EpochBasedRunner conditions * Add session text * fix small bug * fetch runner mode from log buffer * Add max_iter to pavi session text * change yaml.dump to yamp.dump(yaml.load(mmcv.dump)) * Directly use by_epoch * fix unittest * add comments * Use runner.epoch + 1 in pavi log * fix runner.epoch issue for runner.mode=='val' * fix runner.epoch issue for runner.mode=='val' * Use abspath instead of realpath * Add meta dump unittest * small change * Add comments
-
Jintao Lin authored
* add tin shift * add unittest * add docstring * add docstring * parrots for tin_shift * fix lint * fix lint Co-authored-by:jiaomenglei <jiaomenglei@sensetime.com>
-
- 13 Aug, 2020 1 commit
-
-
Yuanhao Zhu authored
-