- 21 Jan, 2020 4 commits
-
-
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... -
Cao Yuhang authored
-
Kai Chen authored
* try pytorch 1.4 instead of 1.2 * use pytorch 1.2 and torchvision 0.4.0
-
- 20 Jan, 2020 1 commit
-
-
Kamran Melikov authored
Changes to be committed: modified: mmdet/utils/registry.py
-
- 18 Jan, 2020 1 commit
-
-
CapMocha authored
fix a bug for distributed training in windows platform
-
- 13 Jan, 2020 2 commits
-
-
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
-
- 11 Jan, 2020 1 commit
-
-
Kai Chen authored
-
- 07 Jan, 2020 2 commits
-
-
Cao Yuhang authored
-
mengfu188 authored
--- def forward(x): # should return a tuple +++ def forward(self, x): # should return a tuple
-
- 04 Jan, 2020 1 commit
-
-
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>
-
- 02 Jan, 2020 2 commits
-
-
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
-
- 31 Dec, 2019 3 commits
-
-
Mingyao Li authored
-
Kai Chen authored
* refactoring mAP evaluation * fix logger type
-
Rinat Shigapov authored
-
- 27 Dec, 2019 3 commits
-
-
Kai Chen authored
-
Karol Majek 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
-
- 25 Dec, 2019 2 commits
-
-
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>
-
- 24 Dec, 2019 5 commits
-
-
Kai Chen authored
* init logger before constructing Runner * use mmdet logger for loading checkpoints * bug fix for abstract methods
-
Kai Chen authored
-
Kai Chen authored
* use sphinx to generate docs * fix flake8 linting * update docs
-
Cao Yuhang authored
* Split seg trans * Modify cfg * fix typo
-
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>
-
- 23 Dec, 2019 1 commit
-
-
Kai Chen authored
* fix the return value of ga_shape_target_single * fix the code format
-
- 22 Dec, 2019 2 commits
- 21 Dec, 2019 1 commit
-
-
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
-
- 18 Dec, 2019 2 commits
-
-
Cao Yuhang authored
-
Xiaolin Wang authored
-
- 16 Dec, 2019 2 commits
-
-
Kai Chen authored
Fix loader for images with no proposals
-
goolhanrry authored
-
- 14 Dec, 2019 3 commits
-
-
Kai Chen authored
* collect env info for trouble shoting * minor fix * update the issue template * fix the travis building * update setup classifiers
-
Cao Yuhang authored
* Remove keep all stage code * remove keep_all_stage in config
-
Kai Chen authored
* update to v1.0rc1 * update maintainers
-
- 13 Dec, 2019 1 commit
-
-
Jiangmiao Pang authored
-
- 12 Dec, 2019 1 commit
-
-
Vladislav Sovrasov authored
-