- Feb 10, 2020
-
-
nikhil_rayaprolu authored
making a better submission
-
nikhil_rayaprolu authored
-
- Feb 09, 2020
-
-
nikhil_rayaprolu authored
-
nikhil_rayaprolu authored
-
- Feb 07, 2020
-
-
Jiaqi Wang authored
* add reppoints without gn * fix
-
- Jan 31, 2020
-
-
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
-
- Jan 30, 2020
-
-
Kai Chen authored
* bump version to 1.0.0 * fix typos * update the version in docs
-
- Jan 29, 2020
-
-
Kai Chen authored
* use git repo instead of pip wheels * install pycocotools before building mmdet * fix travis installation
-
- Jan 28, 2020
- Jan 27, 2020
-
-
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
-
- Jan 22, 2020
-
-
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
-
- Jan 21, 2020
-
-
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
-
Cao Yuhang authored
-
Kai Chen authored
* try pytorch 1.4 instead of 1.2 * use pytorch 1.2 and torchvision 0.4.0
-
- Jan 20, 2020
-
-
Kamran Melikov authored
Changes to be committed: modified: mmdet/utils/registry.py
-
- Jan 18, 2020
-
-
CapMocha authored
fix a bug for distributed training in windows platform
-
- Jan 13, 2020
-
-
Jiangmiao Pang authored
* Fix IoU sampling * Update config of libra rcnn with the latest code
-
Jon Crall authored
* Fix issue in refine_bboxes and add doctest * fix pillow version on travis * Fixes based on review * Fix errors in doctest and add comprehensive unit test * Fix linting error
-
- Jan 11, 2020
-
-
Kai Chen authored
-
- Jan 07, 2020
-
-
Cao Yuhang authored
-
mengfu188 authored
--- def forward(x): # should return a tuple +++ def forward(self, x): # should return a tuple
-
- Jan 04, 2020
-
-
GothicAi authored
* add instaboost in coco.py * Revert "add instaboost in coco.py" This reverts commit 51af81ef88991782d54750761ef2dd394c7a38a8. * add instaboost in data pipeline * code format * Update requirements.txt * add README.md * bug fix * add link * Update README.md * install instaboost when necessary, keep r50 cfgs only * ready to merge * fix typo * pass yapf * minor formats Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com> Co-authored-by: Kai Chen <chenkaidev@gmail.com>
-
- Jan 02, 2020
-
-
Wenwei Zhang authored
* add doc for setting slurm port * update default * add instruction for port * add evaluate interval * update docs * fix typo Co-authored-by: Kai Chen <chenkaidev@gmail.com>
-
saltknox authored
-
- Dec 31, 2019
-
-
Mingyao Li authored
-
Kai Chen authored
* refactoring mAP evaluation * fix logger type
-
Rinat Shigapov authored
-
- Dec 27, 2019
-
-
Kai Chen authored
-
karolmajek authored
* per class color in mask rcnn * fix max label id * pass flake8 * correct the annotation Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com> Co-authored-by: Kai Chen <chenkaidev@gmail.com>
-
Cao Yuhang authored
* add crop seg to RandomCrop trans * minor fix comment
-
- Dec 25, 2019
-
-
Kai Chen authored
-
Kai Chen authored
* add NASFPN * minor fixes * fix downsample, add norm to lateral * update downsample and configs * remove additional blank line * update docs * add benchmark * minor fix Co-authored-by: Cao Yuhang <yhcao6@gmail.com>
-
- Dec 24, 2019