- 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
-
- 02 Jul, 2020 2 commits
-
-
Jerry Jiarui XU authored
* Refator plugins: move from ops to cnn * minior update * minior update
-
Xiaojie Li authored
* update impad * fix docstring * add shape for impad * fix unit test * remove old version & fix doc * fix linting * fix doc Co-authored-by:lixiaojie <lixiaojie@sensetime.com>
-
- 01 Jul, 2020 2 commits
-
-
Jerry Jiarui XU authored
* add tensor2imgs in misc * rename * fixed import * raise error
-
Jintao Lin authored
-
- 30 Jun, 2020 1 commit
-
-
Jerry Jiarui XU authored
* update actiion * remove 1.3 cuda * reorder * add no torch * fixed version * make py3.8 on pt1.5 * make py3.8 on pt1.5 * remove torch 1.3 * disable py3.8 * pip * merge master with cuda compile fix * add cpu roi align * fixed test * fixed no torch * add CUDA_ARGS * use one line * gencode=61 * seperate jobs * update lint * use parametrize test * formart and rename * unit test for all
-
- 28 Jun, 2020 2 commits
-
-
louzana authored
* fix bug of building ConvModule with HSigmoid using inplace=True and add corresponding unittest * fix linting
-
zhuyuanhao authored
* add ext ops, support parrots * fix lint * fix lint * update op from mmdetection * support non-pytorch env * fix import bug * test not import mmcv.op * rename mmcv.op to mmcv.ops * fix compile warning * 1. fix syncbn warning in pytorch 1.5 2. support only cpu compile 3. add point_sample from mmdet * fix text bug * update docstrings * fix line endings * minor updates * remove non_local from ops * bug fix for nonlocal2d * rename ops_ext to _ext and _ext to _flow_warp_ext * update the doc * try clang-format github action * fix github action * add ops to api.rst * fix cpp format * fix clang format issues * remove .clang-format Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
- 26 Jun, 2020 1 commit
-
-
Jintao Lin authored
* Add utils to calculate model complexity info * remove _InstanceNorm in unittest * add docstring and increase unittest coverage * fix deconv_flops_counter_hook to accept different data shape * test when model is not a common instance * put flops_counter.py and weight_init.py into mmcv/cnn/utils folder * fix import name * reformat some docstrings * update the scripts with latest one and remove redundant codes * directly represent a model without string and eval() * reformat code
-
- 19 Jun, 2020 2 commits
-
-
Harry authored
* feat: support for os.environ port for slurm training * fix: port data type * feat: add flawed unittest * feat: add flawed unittest * docs: add comments * fix: unittest * fix: unittest
-
louzana authored
* add hswish and hsigmoid * fix linting * fix linting * delete useless staticmethod in cnn/bricks/hsigmoid.py * forward(x) ==> forward(seld, x) * add unittests for hsigmoid and hswish * use torch.equal instead of numpy.equal
-
- 18 Jun, 2020 3 commits
-
-
Harry authored
* fix: fix custom_keys whenweight_decay is not specified * docs: small fix * feat: add type check * refactor: move if outside for
-
Jintao Lin authored
* add non_local module * rewrite non local module comments * perfect docstring and adjust init function * not to init norm layer * Correct initialize when there is a norm * set normal method for both embedded_gaussian and dot_product
-
Kai Chen authored
-
- 17 Jun, 2020 5 commits
-
-
Harry authored
* feat: add custom_group to DefaultOptimConstrutor * refactor: move custom_groups validate to _validate_cfg * docs: add doc to explain custom_groups * feat: add unittest for non_exist_key * refactor: one param per group * fix: small fix * fix: name * docs: docstring * refactor: change to mult for only lr and wd custom * docs: docstring * docs: more explaination * feat: sort custom key * docs: add docstring * refactor: use reverse arg of sorted * docs: fix comment * docs: fix comment * refactor: small modi * refactor: small modi * refactor: small modi
-
Kai Chen authored
-
Harry authored
* feat: modify parallel to module wrapper * fix: unittest * fix: add registry file * feat: add module wrapper unittest
-
Jerry Jiarui XU authored
* add backend arg * add test * update doc, add test * update test * update doc
-
Wang Xinjiang authored
* added pillow backend in loading * reformat * remove auto fill for RGBA * change according to comments * change according to comments * reformat
-
- 15 Jun, 2020 2 commits
-
-
Harry authored
* feat: add CosineRestartLrUpdaterHook * style: rename period to periods * fix: bug in period 0 * feat: rename eta_min to min_lr and add min_lr_ratio * docs: fix docstring of restart lr updater * refactor: use annealing_cos * docs: add docstring to annealing_cos * feat: cosine restart lr update hook * refactor: modify code order for unittest
-
lizz authored
* harmless changes Signed-off-by:
lizz <lizz@sensetime.com> * Update conv_module.py * No bracket for simple class Signed-off-by:
lizz <lizz@sensetime.com>
-
- 13 Jun, 2020 2 commits
-
-
lizz authored
* Remove more unused things Signed-off-by:
lizz <lizz@sensetime.com> * panic Signed-off-by:
lizz <lizz@sensetime.com>
-
Jintao Lin authored
-
- 11 Jun, 2020 1 commit
-
-
Harry authored
* feat: add IterBasedRunner * fix: unittest * feat: more unittest * fix: expose dataloader len * minor updates of BaseRunner * refactor: remove CosineRestartLrUpdaterHook * style: add docstring * refactor: update IterTextLoggerHook: fstring and exp_name * fix: epoch_runner unittest * refactor: remove IterBasedTextLogger * fix: old IterTextLoggerHook issue * refactor: remove __len__ of IterLoader * feat: add IterBasedRunner to init * feat: add __len__ to IterLoader * fix some docstrings * refactor: use is_parallel_module * fix: import issue * fix: runner unittest missing logger * fix checkpoints * feat: add by_epoch default value to IterBaseRunner regitering loggger_hook * refactor: remove setting by_epoch in log_config * minor refactoring * docs: add docstring * fix: remove unused doc * update the log info for saving checkpoints Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
- 10 Jun, 2020 2 commits
-
-
Jerry Jiarui XU authored
* Add syntax check in .py config * rename validate
-
Jerry Jiarui XU authored
-
- 08 Jun, 2020 1 commit
-
-
Kai Chen authored
* fix the BC issue of ddp * minor fix for the docstring
-
- 04 Jun, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 02 Jun, 2020 1 commit
-
-
Kai Chen authored
* add a BaseRunner and rename Runner to EpochBasedRunner * fix the train/val step * bug fix * update unit tests * fix unit tests * raise an error if both batch_processor and train_step are set * add a unit test
-