- Jun 22, 2019
-
-
Kai Chen authored
-
Kai Chen authored
* update some docs * update the lr adjusting rule
-
Kai Chen authored
-
Cao Yuhang authored
-
- Jun 21, 2019
-
-
Cao Yuhang authored
* fix bug of ce loss when reduction != mean * change function order * modify comment * minor fix
-
qiang 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
-
Kai Chen authored
-
- Jun 18, 2019
- Jun 17, 2019
-
-
Cao Yuhang authored
-
- Jun 16, 2019
-
-
Kai Chen authored
Fix retinanet r50 2x model error
-
Cao Yuhang authored
-
- Jun 15, 2019
-
-
Kai Chen authored
-
- Jun 12, 2019
-
-
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
-
- Jun 11, 2019
-
-
Jiangmiao Pang authored
* Update Libra R-CNN Benchmark * fix bug in balanced_l1_loss
-
lizz authored
* Set LOCAL_RANK in script. Fix multiple checkpoint download bug Signed-off-by:
innerlee <363664470@qq.com> * beautify Signed-off-by:
innerlee <363664470@qq.com>
-
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
-
Jiangmiao Pang authored
-
lizz authored
Signed-off-by:
innerlee <363664470@qq.com>
-
Kai Chen authored
-
- Jun 10, 2019
-
-
Jiaqi Wang authored
* fix mask conv import error * fix masked_conv cuda runtime error when mask is all zero
-
- Jun 09, 2019
-
-
Chang Si authored
-
lizz authored
Signed-off-by:
innerlee <363664470@qq.com>
-
lizz authored
-
- Jun 08, 2019
-
-
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
-
- Jun 05, 2019
-
-
Kai Chen authored
* code formatting for guided_anchor_head.py * bug fix for using multi_apply
-
Bingchen Zhao authored
-
- Jun 04, 2019
-
-
cclauss authored
-
Jiangmiao Pang authored
* Fix bugs in the configs of Libra R-CNN * return configs to 2000 props * return configs to 1000 props
-
- Jun 03, 2019
-
-
Kai Chen authored
-
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
-
- May 31, 2019
-
-
SlideLucask authored
update init_detector() & inference_detector() parameter
-
Jiaqi Wang authored
-
- May 29, 2019
-
-
Vladislav Sovrasov authored
-
Jiaqi Wang authored
-