- 26 Jul, 2019 2 commits
-
-
simon wu authored
* Require an operation(Save or Show the results) when testing * using parentheses * Warning when skip image * added parameter skip_img_without_anno for dataset * print filename when warning
-
Demetris Marnerides authored
* Added Registry use for validation datasets (distributed) * Allowing for default_args for build_dataset * Using build_dataset instead of build_from_cfg
-
- 25 Jul, 2019 1 commit
-
-
Tzu-Chan (Alice) Chuang authored
* Add exceptions handling while validating * fix lint * add Exception type
-
- 15 Jul, 2019 2 commits
- 14 Jul, 2019 1 commit
-
-
Jiangmiao Pang authored
-
- 13 Jul, 2019 2 commits
-
-
simon wu authored
* Fixing build-errors on Windows (add some compile args, which are default on Linux) * Fixing build-errors on Windows * minor formatting * Fixing errors on windows 1.Adding 'cxx' key for extra_compile_args 2.Adding type-cast to long for first parameter of THCCeilDiv facebookresearch/maskrcnn-benchmark#409 3.Ignoring resource setting on windows * update the order of import statements
-
Cao Yuhang authored
-
- 11 Jul, 2019 1 commit
-
-
Daniel Suess authored
* Implement all extension building in main setup.py * Remove old build files * Adapt installation guide * Refactor to comply with flake8 * Move imports into functions & refactor module paths * Format setup.py with yapf * Move cython/numpy import back to head of file * Add note to use verbose mode for pip in INSTALL.md
-
- 08 Jul, 2019 1 commit
-
-
Jiaqi Wang authored
-
- 04 Jul, 2019 1 commit
-
-
Kai Chen authored
* use registry to manage datasets * bug fix for concat dataset * update documentation to fit the new api
-
- 28 Jun, 2019 1 commit
-
-
Cao Yuhang authored
* add fp16 support * fpn donot need bn normalize * refactor wrapped bn * fix bug of retinanet * add fp16 ssd300 voc, cascade r50, cascade mask r50 * fix bug in cascade rcnn testing * add support to fix bn training * add fix bn cfg * delete fixbn cfg, mv fixbn fp16 to a new branch * fix cascade mask fp16 bug in test * fix bug in cascade mask rcnn fp16 test * add more fp16 cfgs * add fp16 fast-r50 and faster-dconv-r50 * add fp16 test, minor fix * clean code * fix config work_dir name * add patch func, refactor code * fix format * clean code * move convert rois to single_level_extractor * fix bug for cascade mask, the seg mask is ndarray * refactor code, add two decorator force_fp32 and auto_fp16 * add fp16_enable attribute * add more comment, fix format and test assertion * fix pep8 format error * format commont and api * rename distribute to distributed, fix dict copy * rename function name * mo...
-
- 27 Jun, 2019 1 commit
-
-
Qiang Zhang authored
* Fix an import error for `get_world_size` and `get_rank` * Only import torch.distributed when needed torch.distributed is only used in DistributedGroupSampler * use `get_dist_info` to obtain world size and rank `get_dist_info` from `mmcv.runner.utils` handles the problem of `distributed_c10d` doesn't exist.
-
- 24 Jun, 2019 2 commits
-
-
luxiin authored
* Grid R-CNN * add grid_rcnn_res50fpn2x config * add assertion that grid_head should exist * fix bugs and remove SharedFCBBoxHeadGrid * remove the property with_grid * format fixes for grad_head and add config dir * move random_jitter to grid_head and some refactoring * simplify the calculation of num_edges * refactoring * refactoring * rename config files and add x101 config * bug fix for inference * remove random_jitter_single * add readme of grid rcnn * add bibtex of grid rcnn plus * update work_dir
-
Cao Yuhang authored
* add ms-rcnn * fix config * fix bug in test * fix bug in test, det_labels should plus 1 * add area ratio * speed up area ratio calculation * delete caffe style config * refactor code, bbox and segm eval using different score * fix bug in distevalhook * update README and config * update x101-64x4d * refactor code * update upstream * format * update r50 and r101 2x performance * update ms-rcnn-x101-64x4d-2x performance * move simple_mask_test, add docstring and comment * delete TODO in mask iou target * add detail comment to mask iou target * modify comment of mask iou target * move mask iou target to mask iou head * merge mask_iou_target and get_target * add MSELoss for MaskIoUHead and rename mask_iou to fc_mask_iou * refactoring * fix bug in test * fix bug when cropping mask inside proposal * update readme * update bibtex * remove space in bibtex
-
- 22 Jun, 2019 3 commits
-
-
Kai Chen authored
-
Kai Chen authored
-
Cao Yuhang authored
-
- 21 Jun, 2019 2 commits
-
-
Cao Yuhang authored
* fix bug of ce loss when reduction != mean * change function order * modify comment * minor fix
-
qiang chen authored
-
- 20 Jun, 2019 1 commit
-
-
Cao Yuhang authored
* add reduction_override flag * change default value of reduction_override as None * add assertion, fix format * delete redudant statement in util * delete redudant comment
-
- 19 Jun, 2019 1 commit
-
-
Vladislav Sovrasov authored
* Add support of the wider face dataset * Update readme * Prevent ignoring boxes in test mode * Rename wider to wider_face * Rename configs for wider face
-
- 17 Jun, 2019 1 commit
-
-
Cao Yuhang authored
-
- 12 Jun, 2019 1 commit
-
-
sty-yyj authored
* fixed a bug which causes merged_proposals are only from a certain scale of proposals in aug_test_rpn * add a comment and modify _img_metas to aug_img_metas
-
- 11 Jun, 2019 5 commits
-
-
Jiangmiao Pang authored
* Update Libra R-CNN Benchmark * fix bug in balanced_l1_loss
-
Kai Chen authored
* refactoring for losses * update configs for guided anchoring * add all imported losses to __all__ * allow weight=None for binary_cross_entropy * use losses in mmdetection for FCOSHead * bug fix for weight_reduce_loss * add eps to iou_loss and handle weight=None * unify loss api in FCOSHead * fix avg_factor
-
Ge Zheng authored
* Update losses.py * Update losses.py
-
lizz authored
Signed-off-by:innerlee <363664470@qq.com>
-
Kai Chen authored
-
- 10 Jun, 2019 1 commit
-
-
Jiaqi Wang authored
* fix mask conv import error * fix masked_conv cuda runtime error when mask is all zero
-
- 08 Jun, 2019 1 commit
-
-
Zheng Zhang authored
* update configs and related code * remove debug info * fix style issues * fix unnecessary changes * move generalized_attention.py from ops/dcn to models/plugins * change the arguments name of generalized attention, add related description and update resnet backbone * revert the change of weight_init.py * format touched files by yapf * change default data_root * update code for passing flake8 test * delete unnecessary __init__.py * Change the argument order of resnext.__init__() * remove constant_init * simplifying the init of generalized_attention module * remove unused import * format the code * change the name of config folder, add more configs, add README.md * rename num_head to num_heads * minor formatting
-
- 05 Jun, 2019 1 commit
-
-
Kai Chen authored
* code formatting for guided_anchor_head.py * bug fix for using multi_apply
-
- 03 Jun, 2019 1 commit
-
-
Jerry XU authored
* add pytorch 1.1.0 SyncBN support * change BatchNorm2d to _BatchNorm and call freeze after train * add freeze back to init function * fixed indentation typo in adding freeze * convert SyncBN to BN when eval is called * add gcb and configs * fixed line too long * fixed space and newline * ignore too long line in config files * two space before inline comment * refactor var name * fixed line too long * changed SyncBN to backbone only and add non-Sync BN configs * reformat config to adapt master branch * reformat change method->type * remoe some configs * clean up readme.md * add benchmark * fix typo in README * change sbn to syncbn * change work dir * refactor gcb * fixed line too long * Code formatting
-
- 31 May, 2019 1 commit
-
-
Jiaqi Wang authored
-
- 29 May, 2019 2 commits
-
-
Vladislav Sovrasov authored
-
Jiaqi Wang authored
-
- 28 May, 2019 1 commit
-
-
libuyu authored
* finish ghm in newest verion with AP 37.0 * add ghm config file * reformat for PEP8 * reformat for flake8 * add documents for GHM and tensorize the params * improve the docs * add readme and update configs
-
- 25 May, 2019 2 commits
-
-
Jiangmiao Pang authored
* Code for components of Libra R-CNN * Configs and README for Libra R-CNN * update bfp * Update Model ZOO * add comments in non-local * fix shape * update bfp * update according to ck's comments * update des * update des * fix loss * fix according to ck's comments * fix activation in non-local * fix conv_mask in non-local * fix conv_mask in non-local * Remove outdated model urls * refactoring for bfp * change in_channels from list[int] to int * refactoring for nonlocal * udpate weight init of nonlocal * minor fix * update new model urls
-
Thang Vu authored
-
- 23 May, 2019 1 commit
-
-
Jiaqi Wang authored
* add two stage w/o neck and w/ upperneck * add rpn r50 c4 * update c4 configs * fix * config update * update config * minor update * mask rcnn support c4 train and test * lr fix * cascade support upper_neck * add cascade c4 config * update config * update * update res_layer to new interface * refactoring * c4 configs update * refactoring * update rpn_c4 config * rename upper_neck as shared_head * update * update configs * update * update c4 configs * update according to commits * update * add ga rpn * test bug fix * test bug fix with loc_filter_thr is large * update configs * update configs * add ga_retinanet * ga test bug fix * update configs * update * init masked conv * update * update masked conv * update * support no ga_sampler * update * update * test with masked_conv * update comment * fix flake errors ...
-