- 04 Apr, 2020 1 commit
-
-
WXinlong authored
-
- 02 Apr, 2020 4 commits
-
-
Xinlong Wang authored
resolve dist_train issues by fixing mmcv==0.2.16
-
taokong authored
-
- 01 Apr, 2020 5 commits
-
-
taokong authored
-
Xinlong Wang authored
fix mmcv version to resolve issue #4
-
Tao Kong authored
-
Tao Kong authored
-
Tao Kong authored
-
- 31 Mar, 2020 7 commits
- 28 Mar, 2020 4 commits
- 24 Mar, 2020 2 commits
-
-
Xinlong Wang authored
-
Xinlong Wang authored
-
- 23 Mar, 2020 2 commits
-
-
Xinlong Wang authored
-
Xinlong Wang authored
-
- 09 Feb, 2020 1 commit
-
-
Kai Chen authored
-
- 07 Feb, 2020 1 commit
-
-
Jiaqi Wang authored
* add reppoints without gn * fix
-
- 31 Jan, 2020 3 commits
-
-
Kai Chen authored
* add logger utils * replace get_root_logger() and logger.info() with print_log() * fix a typo * minor fix for the format of StreamHandler
-
Cao Yuhang authored
-
Cao Yuhang authored
-
- 30 Jan, 2020 1 commit
-
-
Kai Chen authored
* bump version to 1.0.0 * fix typos * update the version in docs
-
- 29 Jan, 2020 1 commit
-
-
Kai Chen authored
* use git repo instead of pip wheels * install pycocotools before building mmdet * fix travis installation
-
- 28 Jan, 2020 2 commits
- 27 Jan, 2020 1 commit
-
-
Jon Crall authored
* Enhance AssignResult and SamplingResult Add runtime dependency on ubelt (pending approval) Fix issue in SamplingResult.__init__ Add rng as attribute of RandomSampler * fix linters * remove ubelt * Fix linters * fix linters again
-
- 22 Jan, 2020 2 commits
-
-
Whi Kwon authored
-
Jon Crall authored
* reorganize requirements, make albumentations optional * fix flake8 error * force older version of Pillow until torchvision is fixed * make imagecorruptions optional and update INSTALL.dm * update INSTALL.md * Add note about pillow version * Add build requirements to install instructions
-
- 21 Jan, 2020 3 commits
-
-
Wenwei Zhang authored
* update code * reformat * fix load pretrain bug * reformat * fix key warnings * use build_conv_layer & ConvModule * rm unrelated file * fix resnext group bug * change cfg to pass test * use build_conv_layer to claim dcn in resnets * change _version = 2 * MDCN to DCNv2 * change dependency of mmcv from 0.2.15 to 0.2.16 * resolve comments * rm comments * get_root_logger()
-
hust-kevin authored
* Code for Paper "Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection" * fix format * changed the code according to the Changes requested * update benchmark * minor refactoring * minor fix * update model_zoo and support models Co-authored-by:Cao Yuhang <yhcao6@gmail.com>
-
Kamran Melikov authored
* First Draft On branch non-color-images Changes to be committed: modified: mmdet/datasets/pipelines/loading.py * Add option to load non color images Add 'color_type' parameter to LoadImageFromFile class Change __repr__ method accordingly Since non-color images maybe two dimensional expand image dimensions if necessary in DefaultFormatBundle and ImageToTensor classes Changes to be committed: modified: mmdet/datasets/pipelines/formating.py modified: mmdet/datasets/pipelines/loading.py * Fix RandomCrop to work with grayscale images Changes to be committed: modified: mmdet/datasets/pipelines/transforms.py * Modify retrieving w, h of padded image in anchor heads This addreses problems with single channel images for which the shape is tuple with 2 values Changes to be committed: modified: mmdet/models/anchor_heads/anchor_head.py modified: mmdet/models/anchor_heads/guided_anchor_head.py modified: mmdet/models/anchor_heads/reppoints_head.py
-