- 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
-
- 09 Aug, 2020 2 commits
-
-
Kai Chen authored
* add pytorch 1.6 to CI * fix typo * fix ci error Co-authored-by:Cao Yuhang <yhcao6@gmail.com>
-
Jerry Jiarui XU authored
-
- 03 Aug, 2020 1 commit
-
-
Jintao Lin authored
* replace `re` with `regex` * add regex in requirements * use regex on windows and re on linux * update requirements.txt
-
- 30 Jul, 2020 1 commit
-
-
shilong authored
* add ema hook * add ema hook resume * add ema hook test * fix typo * fix according to comment * delete logger * fix according to comment * fix unitest * fix typo * fix according to comment * change to resume_from * typo * fix isort
-
- 25 Jul, 2020 1 commit
-
-
Wang Xinjiang authored
* More robust sync buffer hook * More robust sync buffer hook * Reformat
-
- 24 Jul, 2020 1 commit
-
-
Wang Xinjiang authored
* reformat * reformat * Add register hook from cfg * docstring * change according to comments
-
- 20 Jul, 2020 1 commit
-
-
Jiamin authored
* fix: error when runner.meta is None * tests: add unittest for epoch-based save_checkpoint
-
- 17 Jul, 2020 4 commits
-
-
Yawei Li authored
-
Jintao Lin authored
* add pairwise function for 'gaussian' and 'concatenation' mode * rename test function * decrease the complexity of nonlocal unittest * fix typo and make unittest more complete * add unittest when zero_init is False * minor fix * pack theta and phi Co-authored-by:Jiarui XU <xvjiarui0826@gmail.com>
-
Jerry Jiarui XU authored
* Support pillow resize * add more types
-
Jerry Jiarui XU authored
* Support FP16 * update ci
-
- 15 Jul, 2020 1 commit
-
-
Jerry Jiarui XU authored
* Add MMSyncBN in registery * skip mmsyncbn test
-
- 08 Jul, 2020 4 commits
-
-
Harry authored
* fix: remove all module wrapper when saving checkpoint * refactor: move position of if * docs: add docstring * refactor: add _save_to_state_dict from official torch * docs: modify docstring of _save_to_state_dict * docs: modify docstring * feat: add unittest * feat: add DataParallel to unittest * fix: a bug when model has batchnorm * docs: update docstring
-
Joanna authored
* update config with predefined variables * rm redun Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add test for config Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * support all types Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * newline at the end Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * update Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * extract code into a function and add docs Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix and add tests Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add unit tests and fix * fix * fix minor * fix test
-
Cao Yuhang authored
* move fuse conv bn to mmcv * update doc * update test conv bn * rename * fix doc and variable name * change func name
-
Cao Yuhang authored
* migrate op * migrate unittest * update build no torch * add back use_torch_vision for roi align * fix type and unit test * ignore test logging when no torch * fix no torch ci test * skip test registry * remove coverage report when no torch * fix mac ci order * install latest pillow when no torch * mv convws to brisk
-
- 03 Jul, 2020 1 commit
-
-
Kai Chen authored
* update doc formats * update docstring
-