- 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>
-
Maxim Bonnaerens authored
* Allow find_unused_parameters to be set in config * Fix typo
-
- Mar 13, 2020
-
-
Jerry Jiarui XU authored
-
Trayvon authored
* Fix wrong keyword argument 'nms_cfg' in htc * fix the bug of simple_test with proposals remove the redundant codes in fast_rcnn * correct the wrong comment * minor update * fix typos * update fast test pipeline * fix yapf error * change fields from tuple to list Co-authored-by:
wangchuanyuan <Trayvon@wangchuanyuandeMacBook.local> Co-authored-by:
Cao Yuhang <yhcao6@gmail.com>
-
- Mar 12, 2020
-
-
Wenwei Zhang authored
* fix (dcn): fix config bugs and group bugs of dcn * keep groups in backbone rather than in dcn configs * fix (htc dcn): rm groups in htc dcn config
-
Jerry Jiarui XU authored
* add act_cfg * add more act_cfg options * delel GELU * reorder args, save act_cfg, update doc * update doc
-
- Mar 11, 2020
-
-
Jerry Jiarui XU authored
* add norm_cfg in ResNet pytorch backbone * delete redundent fields
-
- Mar 10, 2020
-
-
Liming Zhao authored
* fix __repr__ bug of no attribute `contrast_range` in PhotoMetricDistortion * fix check of too long code line * remove trailing whitespace
-
- Mar 08, 2020
-
-
Whi Kwon authored
* Fixed wrong attribute name * Update transforms.py
-
- Mar 07, 2020
-
-
Jerry Jiarui XU authored
-
Kai Chen authored
-
Maxim Bonnaerens authored
-
- Mar 02, 2020
-
-
Jerry Jiarui XU authored
* add affine_grid * missing setup * remove import * reformat * rename and reformat * reformat cpp
-
- Mar 01, 2020
-
-
Jerry Jiarui XU authored
-
Jerry Jiarui XU authored
* reimplement cityscapes * fixed gt bbox mode * convert cityscapes to coco style, add cityscapes eval * add cityscapes convert script * add doc * Update INSTALL.md * Update INSTALL.md * update fater rcnn * fix cityscapes eval * support format only in cityscapes * add docs * remove redundancy * resolve eval * update cityscapes md * more doc and rename * update doc and cfg * change to test set
-
Kai Chen authored
* update pre-commit hook config * fix styles conflicting with pre-commit hooks
-
Hongkai Zhang authored
-
Kai Chen authored
-
- Feb 29, 2020
-
-
Jerry Jiarui XU authored
* add grid sampler * add doc * remove comment
-
Cao Yuhang authored
-
- Feb 28, 2020
-
-
rydenisbak authored
* fp16_speedup * speed up fp16 for torch >= 1.3.0 * speed up fp16 for torch >= 1.3.0 * fix trailing whitespace
-
- Feb 27, 2020
-
-
Jon Crall authored
-
Maxim Bonnaerens authored
-
- Feb 26, 2020
-
-
rydenisbak authored
* no weight decay in depthwise convolution * fix name of var * fix train.py:196:80 (99 > 79 characters) * fix trailing whitespace * no_wd_in_dw is independ setting now * add Hellock's suggestions Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
- Feb 25, 2020
-
-
Cao Yuhang authored
-
Sean Foley authored
Need to specify --format-only rather than --out in order to actually get .json output
-
- Feb 24, 2020
-
-
Jerry Jiarui XU authored
* add optimizer registry * move under core, add doc * unexpose TORCH_OPTIMIZERS
-
Kai Chen authored
* update version to 1.1 * fix typo * remove the version limit of ubelt
-
- Feb 23, 2020
-
-
Jon Crall authored
* Fix IOU assigners when ignore_of_thr > 0 and no pred boxes * remove extra brakets * fix test linter
-
- Feb 22, 2020
-
-
Cao Yuhang authored
* reset worker_seed * fix isort * minor fix * fix comment
-
Kamran Melikov authored
* Fix issue with list of metrics in CustomDataset.evaluate Changes to be committed: modified: mmdet/datasets/custom.py * Updated to evaluate only one of mAP or recall Changes to be committed: modified: mmdet/datasets/custom.py
-
- 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
-
Jerry Jiarui XU authored
-
- Feb 19, 2020
-
-
Kai Chen authored
-
Wenwei Zhang authored
-
- Feb 17, 2020
-
-
Wenwei Zhang authored
* fix (dpool): directly return empty if rois's length is 0 * fix (dpool): also skip empty when no_trans=True * reformat (test/test_dpool.py): reformat to pass flake8 * fix (test_dpool): skip gpu test when GPU is not avaliable * rm (test_dpool.py): rm test_dpool since it is not very necessary in CI
-
abcxs authored
* fix workflow problem * import sort * update pipeline
-
Wenwei Zhang authored
* fix (uint8 index warning): use bool for inside flags * fix (unint8 index): convert to bool in the final to avoid 1.1 constriant * fix (unmap): convert inds in unmap to be bool type
-
- Feb 16, 2020
-
-
Cao Yuhang authored
* fix roi align device bug * add device guard to more ops * nms guard is duplicate
-
Cao Yuhang authored
-