- Dec 14, 2019
-
-
Kai Chen authored
* collect env info for trouble shoting * minor fix * update the issue template * fix the travis building * update setup classifiers
-
- Nov 29, 2019
-
-
Thang Vu authored
-
- Nov 27, 2019
-
-
Zhao Wang authored
Change pad_d to pad_w at line 821 in deform_conv_cuda_kernel.cu, which is a typo.
-
- Nov 07, 2019
-
-
Jon Crall authored
* Add tests for NMS * Fix linting errors * Add DeviceGaurd to nms_cuda
-
- Sep 14, 2019
-
-
Cao Yuhang authored
* fix dpool * add _pair in dpool func
-
- Sep 05, 2019
-
-
Ligeng Zhu authored
* Update deform_conv_cuda.cpp * Update deform_pool_cuda.cpp
-
- Aug 07, 2019
- Jul 31, 2019
- Jul 29, 2019
-
-
Kai Chen authored
* restructure the ops directory * add some repr strings
-
- Jul 28, 2019
-
-
Kai Chen authored
-
- Jul 15, 2019
-
-
Kai Chen authored
-
- Jul 13, 2019
-
-
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
-
- Jul 11, 2019
-
-
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
-
- 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
-
- Jun 10, 2019
-
-
Jiaqi Wang authored
* fix mask conv import error * fix masked_conv cuda runtime error when mask is all zero
-
- Jun 03, 2019
-
-
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 29, 2019
-
-
Jiaqi Wang authored
-
- 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
-
- Apr 25, 2019
-
-
lyuwenyu authored
Fixed error `TypeError: super(type, obj): obj must be an instance or subtype of type` .
-
- Apr 14, 2019
-
-
Cao Yuhang authored
-
Cao Yuhang authored
* add cpp sigmoid focal loss * modify interface * format cpp code, support, fix pep8 error * format cpp code as google style
-
- Apr 07, 2019
- Apr 03, 2019
-
-
Cao Yuhang authored
-
- Feb 06, 2019
- Jan 29, 2019
- Jan 21, 2019
- Jan 19, 2019
-
-
yhcao6 authored
-
- Jan 17, 2019