Commits on Source (94)
-
Korabelnikov Aleks authored
Add print of area range to each metric table. Now metrics are looking better.
96baa10f -
Vladimir Iglovikov authored93aa32de
-
continue authored
* Fix bug: index out of range when num_extra < len(indice) * Fix bug: index out of range when num_extra < len(indice) * formatter code
4b101ece -
Korabelnikov Aleks authored
Allows to use not only 0.5 probability.
6304b647 -
Jon Crall authored
* Add tests for NMS * Fix linting errors * Add DeviceGaurd to nms_cuda
e1f6ef2c -
Korabelnikov Aleks authored
* prevent silent skip of validation #1594 see https://github.com/open-mmlab/mmdetection/issues/1594 * correct for flake8
8a60fc43 -
Thang Vu authored345a5e3a
-
Korabelnikov Aleks authored
* Update GETTING_STARTED.md Found out that this method is required. The torch.nn.Module doesn't contain this method thus you need to implement it * update docstring see https://github.com/open-mmlab/mmdetection/issues/1582 * correct for flake8 * flake8: trailing space has removed
d16d17e2 -
Jon Crall authored
* Fix simple_test for base and fast_rcnn detector * Add test of detector forward methods * Revert forward_test change and add docs indicating expected inputs for forward * fix linter
4d84161f -
Wenwei Zhang authored2b89634f
-
Thang Vu authoredb96d2e03
-
Daniel Suess authored
* Clip proposal boxes to valid range in single_mask_target * Fix the clipping value in mask_target_single
e033ef69 -
Kai Chen authoredUnverified625efeb8
-
Thomas Hossler authoreddb1764b7
-
Korabelnikov Aleks authored
cache pip, use 'before script' as it done in mmcv, see https://github.com/open-mmlab/mmdetection/issues/1658
1ce93e4e -
Zhao Wang authored
Change pad_d to pad_w at line 821 in deform_conv_cuda_kernel.cu, which is a typo.
d0c04187 -
Kai Chen authoredUnverified1c9afecf
-
Wenwei Zhang authored01c0489d
-
Cao Yuhang authored
* add FreeAnchorRetinanet * fix std * refactor code * add cfg * fix bug in cfg * add annotation and clean * add readme * fix isort error * replace clip with torch.clamp * fix init typo * refactoring * clean * update benchmark * rename and delete some var * minor fix
d1c71db7 -
Matthew Dawkins authored
* Fix issues on no ignore boxes specified * add check during loading * change back * change transform.py back * fix box_filed bug & reformat * use append rather than extend
125308dd -
Wenwei Zhang authored
* reformat for yapf0.29 * fix conflicts of yapf and flake8 * flake 8 is prior than yapf
f1c79392 -
Cao Yuhang authored
* fix oom when there are too many gts * add gpu_assign_thr * add gpu assign thr to approx max iou assigner * upgrade yapf format
8cf2de8a -
Wenwei Zhang authored
* fix scale factor bug * reformat * clean code
c01ab3b1 -
Thang Vu authored90357db2
-
valuefish authored
* add multi nodes distributed test support * fix bug in htc.py when keep_all_stages turn on * remove package imported but unused in test.py * reformat code in test.py * support both cpu & gpu for gathering * reformat * clean code, add doc * add docstring * reformat doc string
b7894cbd -
Jiangmiao Pang authoredc68890db
-
Kai Chen authoredUnverified69d62cfd
-
Vladislav Sovrasov authoredd6a592d7
-
Jiangmiao Pang authored277b5dca
-
Kai Chen authored
* update to v1.0rc1 * update maintainers
Unverified4357697a -
Cao Yuhang authored
* Remove keep all stage code * remove keep_all_stage in config
364698b6 -
Kai Chen authored
* collect env info for trouble shoting * minor fix * update the issue template * fix the travis building * update setup classifiers
Unverifiede2c4ea3b -
goolhanrry authoredf35faf5f
-
Kai Chen authored
Fix loader for images with no proposals
Unverified0f59c397 -
Xiaolin Wang authoredfb983fe6
-
Cao Yuhang authoredcd0d37cc
-
Rinat Shigapov authored
* async inference support * implemented concurrent decorator * fixes for Python versions < 3.7 * async methods depend on python version * revert changes in forward method * async_test -> async_simple_test, debug logging is done via logger.debug * add async test * add asynctest to test requirements * async tests are run in Python 3.7 * check CUDA, add docs * fix device * run test only if CUDA is available * fix linting * custom operators can run on nondefault stream * set current stream in kernel launch configuration * example fixes * add async/sync interface comparison benchmark * fix linting
9729ca54 -
Kai Chen authored
* add GN support for flops computation * remove useless lines * modify the flops computation for gn
Unverifieded9d42a2 -
Kai Chen authoredUnverified7ef08d32
-
Kai Chen authored
* fix the return value of ga_shape_target_single * fix the code format
Unverified621ecd29 -
Jon Crall authored
* Allow for images to contain zero true detections * Allow for empty assignment in PointAssigner * Allow ApproxMaxIouAssigner to return an empty result * Fix CascadeRNN forward when entire batch has no truth * Correctly assign boxes to background when there is no truth * Fix assignment tests * Make flatten robust * Fix bbox loss with empty pred/truth * Fix logic error in BBoxHead.loss * Add tests for empty truth cases * tests faster rcnn empty forward * Skip roipool forward tests if torchvision is not installed * Add tests for bbox/anchor heads * Consolidate test_forward and test_forward2 * Fix assign_results.labels = None when gt_labels is given; Add test for this case * Fix OHEM Sampler with zero truth * remove xdev * resolve 3 reviews * Fix flake8 * refactoring * fix yaml format * add filter flag * minor fix * delete redundant code in load anno * fix flake8 errors * quick fix for empty truth with masks * fix yapf error * fix mask padding for empty masks Co-authored-by:
Cao Yuhang <yhcao6@gmail.com> Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
b6966700 -
Cao Yuhang authored
* Split seg trans * Modify cfg * fix typo
9118a94a -
Kai Chen authored
* use sphinx to generate docs * fix flake8 linting * update docs
Unverified8118d76a -
Kai Chen authoredUnverified141b6c98
-
Kai Chen authored
* init logger before constructing Runner * use mmdet logger for loading checkpoints * bug fix for abstract methods
Unverifiedb34a8432 -
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>
Unverified629b9ff2 -
Kai Chen authoredUnverified16a6f7da
-
Cao Yuhang authored
* add crop seg to RandomCrop trans * minor fix comment
dcfedf54 -
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>
ebf59c89 -
Kai Chen authoredUnverified8df11f96
-
Rinat Shigapov authored4472c661
-
Kai Chen authored
* refactoring mAP evaluation * fix logger type
Unverified47bab544 -
Mingyao Li authoredb9acff16
-
saltknox authored537bb34c
-
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>
da6b1c82 -
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>
e907139c -
mengfu188 authored
--- def forward(x): # should return a tuple +++ def forward(self, x): # should return a tuple
318fc76c -
Cao Yuhang authored2b8a5f8d
-
Kai Chen authoredUnverifiedd943dbab
-
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
8c0ecd1e -
Jiangmiao Pang authored
* Fix IoU sampling * Update config of libra rcnn with the latest code
e032ebb7 -
CapMocha authored
fix a bug for distributed training in windows platform
4b984a7c -
Kamran Melikov authored
Changes to be committed: modified: mmdet/utils/registry.py
f4da38a7 -
Kai Chen authored
* try pytorch 1.4 instead of 1.2 * use pytorch 1.2 and torchvision 0.4.0
Unverifiedc67cf3c4 -
Cao Yuhang authorede60d34af
-
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
8c86f74c -
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>
1ebb6cb8 -
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()
8bd1a5f7 -
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
b5d62ef9 -
Whi Kwon authored78529eca
-
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
8457bbab -
tyomj authored
* options for mask during testtime * handle comments
51bf54a8 -
Kai Chen authoredUnverified10c82efb
-
Kai Chen authored
* use git repo instead of pip wheels * install pycocotools before building mmdet * fix travis installation
Unverifiedf96e57d6 -
Kai Chen authored
* bump version to 1.0.0 * fix typos * update the version in docs
Unverifiedaade6801 -
Cao Yuhang authoredUnverified80ae224f
-
Cao Yuhang authoredUnverifiedbc75766c
-
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
Unverified93bed07b -
Jiaqi Wang authored
* add reppoints without gn * fix
Unverified9e15a014 -
nikhil_rayaprolu authored7ae95333
-
nikhil_rayaprolu authored9cbc60eb
-
nikhil_rayaprolu authoredf42b7cd1
-
nikhil_rayaprolu authored
making a better submission
Unverified5fe558ba -
nikhil_rayaprolu authored89e33d36
-
nikhil_rayaprolu authoredd726546c
-
nikhil_rayaprolu authored7b569874
-
nikhil_rayaprolu authored768e716e
-
nikhil_rayaprolu authored1226bb72
-
nikhil_rayaprolu authored8a7cf0bc
-
nikhil_rayaprolu authored747d74f4
-
nikhil_rayaprolu authoredd5d70a6e
-
nikhil_rayaprolu authored4944a187
-
nikhil_rayaprolu authored955b0fe1
-
nikhil_rayaprolu authored49243848
Showing
- .gitattributes 1 addition, 0 deletions.gitattributes
- .github/ISSUE_TEMPLATE/config.yml 1 addition, 0 deletions.github/ISSUE_TEMPLATE/config.yml
- .github/ISSUE_TEMPLATE/error-report.md 5 additions, 7 deletions.github/ISSUE_TEMPLATE/error-report.md
- .gitignore 0 additions, 2 deletions.gitignore
- .isort.cfg 2 additions, 1 deletion.isort.cfg
- .pre-commit-config.yaml 2 additions, 2 deletions.pre-commit-config.yaml
- .travis.yml 9 additions, 5 deletions.travis.yml
- Dockerfile 80 additions, 0 deletionsDockerfile
- README.md 228 additions, 108 deletionsREADME.md
- aicrowd.json 9 additions, 0 deletionsaicrowd.json
- aicrowd_helpers.py 70 additions, 0 deletionsaicrowd_helpers.py
- all_categories.json 368 additions, 0 deletionsall_categories.json
- build.sh 3 additions, 0 deletionsbuild.sh
- configs/atss/README.md 20 additions, 0 deletionsconfigs/atss/README.md
- configs/atss/atss_r50_fpn_1x.py 127 additions, 0 deletionsconfigs/atss/atss_r50_fpn_1x.py
- configs/cascade_mask_rcnn_r101_fpn_1x.py 1 addition, 2 deletionsconfigs/cascade_mask_rcnn_r101_fpn_1x.py
- configs/cascade_mask_rcnn_r50_caffe_c4_1x.py 1 addition, 2 deletionsconfigs/cascade_mask_rcnn_r50_caffe_c4_1x.py
- configs/cascade_mask_rcnn_r50_fpn_1x.py 1 addition, 2 deletionsconfigs/cascade_mask_rcnn_r50_fpn_1x.py
- configs/cascade_mask_rcnn_x101_32x4d_fpn_1x.py 1 addition, 2 deletionsconfigs/cascade_mask_rcnn_x101_32x4d_fpn_1x.py
- configs/cascade_mask_rcnn_x101_64x4d_fpn_1x.py 1 addition, 2 deletionsconfigs/cascade_mask_rcnn_x101_64x4d_fpn_1x.py
.gitattributes
0 → 100644
.github/ISSUE_TEMPLATE/config.yml
0 → 100644
Dockerfile
0 → 100644
This diff is collapsed.
aicrowd.json
0 → 100644
aicrowd_helpers.py
0 → 100644
all_categories.json
0 → 100644
build.sh
0 → 100644
configs/atss/README.md
0 → 100644
configs/atss/atss_r50_fpn_1x.py
0 → 100644