- Jul 31, 2019
-
-
Kai Chen authored
* add isort config * use isort to sort imports * add isort to travis
-
- Jul 29, 2019
-
-
Kai Chen authored
* format the codebase with yapf * add yapf to travis
-
- Jul 27, 2019
-
-
Claudio Michaelis authored
* added cityscapes * updated configs * removed wip configs * Add initial dataset instructions * Add cityscapes readme * Add explanation for lr scaling * Ensure pep8 conformity * Add CityscapesDataset to the registry * add benchmark * rename config, modify README.md * fix typo * fix typo in config * modify INSTALL.md Update information how to arrange cityscapes data. * Add cityscapes class names
-
- Jul 26, 2019
-
-
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
-
- Jul 25, 2019
-
-
Tzu-Chan (Alice) Chuang authored
* Add exceptions handling while validating * fix lint * add Exception type
-
- Jun 28, 2019
-
-
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 * move function, add comment * remove unused parameter * mv decorators into decorators.py, hook related functions to hook * add auto_fp16 to forward of semantic head * add auto_fp16 to all heads and fpn * add docstrings and minor bug fix * simple refactoring * bug fix for patching forward method * roi extractor in fp32 mode * fix flake8 error * fix ci error * add fp16 support to ga head * remove parallel test assert * minor fix * add comment in build_optimizer * fix typo in comment * fix typo enable --> enabling * udpate README
-
- Jun 22, 2019
-
-
Kai Chen authored
-
- Jun 20, 2019
-
-
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
-
- Jun 19, 2019
-
-
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
-
- Jun 17, 2019
-
-
Cao Yuhang authored
-
- Jun 11, 2019
-
-
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
-
- May 25, 2019
-
-
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
-
- May 23, 2019
-
-
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 * fix flake 8 errors * refactor bounded iou loss * refactor ga_retina_head * update configs * refactor masked conv * fix flake8 error * refactor guided_anchor_head and ga_rpn_head * update configs * use_sigmoid_cls -> cls_sigmoid_loss; use_focal_loss -> cls_focal_loss * refactoring * cls_sigmoid_loss -> use_sigmoid_cls * fix flake8 error * add some docs * rename normalize to norm_cfg * update configs * add readme * update ga_faster config * update readme * update readme * rename configs as r50_caffe * merge master * refactor guided anchor target * update readme * update approx mas iou assigner * refactor guided anchor target * update docstring * refactor ga heads * fix flake8 error * update readme * update model url * update comments * refactor get anchors * update docstring * not use_loc_filter during training * add R-101 results * update to support build loss api * fix flake8 error * update readme with x-101 performances * update readme * add a link in project readme * refactor code about ga shape inside flags * update * update * add x101 config files * add ga_rpn r101 config * update some comments * add comments * add comments * update comments * fix flake8 error
-
- May 20, 2019
-
-
Jiangmiao Pang authored
* Reformat use yapf 0.27.0 * Add yapf style file
-
- May 17, 2019
-
-
Cao Yuhang authored
* add fcos * use P5 instead of C5 * add relu before extra convs in FPN * add singleclass_nms, use caffe2 lr * fix log interval * use caffe2init and relu in extra layers * fix scale layer, use p5 instead of c5 * fix focs target * refactor code * delete useless file * clean * refactor code * change num_classes to cls_out_channels * fix bug of in get_bboxes * fix bug in test * add r101 2x cfg * ms use value mode, add x101-64x4d cfg * add more comment and rename some variable * rename centers to points, modify doc string of distance2bbox * add fcos detector, replace frozen with requires_grad * add README.md * add r101-1x performance, rename cfg, add detector FCOS * update fcos r50 2x performance, remove fpn caffe2 initialize * fix flake8 error * rename cfg * fix grammar error of some comments * minor fix comment * change work_dir to be consistent with config name * add FCOS support in README
-
- Apr 15, 2019
-
-
Cao Yuhang authored
-
- Apr 14, 2019
-
-
Cao Yuhang authored
* add cpp sigmoid focal loss * modify interface * format cpp code, support, fix pep8 error * format cpp code as google style
-
Cao Yuhang authored
-
- Apr 11, 2019
- Apr 04, 2019
-
-
Mordekaiser authored
* fix OHEM with cascade_rcnn * fix OHEM with cascade_rcnn * delete space * delete white space * delete unused lib * Delete cascade_rcnn_ohem_r101_fpn_1x.py * fix unreasonable code * fix Single quote * fix code style * fix code style * fix file permission
-
- Feb 13, 2019
- Feb 09, 2019
-
-
Kai Chen authored
-
- Jan 30, 2019
-
-
tjsongzw authored
-
- Jan 22, 2019
-
-
ZHANGQIANYI authored
-
- Jan 14, 2019
-
-
Kai Chen authored
-
- Jan 13, 2019
-
-
Kai Chen authored
-
- Dec 25, 2018
-
-
Kai Chen authored
-
- Dec 20, 2018
-
-
yhcao6 authored
-
- Dec 12, 2018
- Dec 11, 2018