- 15 May, 2019 2 commits
-
-
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 * use SyncBN protect member func to set ddp_gpu_num * Update README.md update pytorch version to 1.1
-
Kai Chen authored
* support param-wise optimizer settings * fix outdated docstring * minor fix for param checking
-
- 13 May, 2019 3 commits
-
-
Kai Chen authored
-
myownskyW7 authored
* use_sigmoid_cls -> cls_sigmoid_loss; use_focal_loss -> cls_focal_loss * fix flake8 error * cls_sigmoid_loss - > use_sigmoid_cls
-
Kai Chen authored
* rename normalize to norm_cfg * update configs * Update resnet.py
-
- 12 May, 2019 1 commit
-
-
zhijl authored
-
- 11 May, 2019 1 commit
-
-
Kai Chen authored
* rewrite multigpu testing with mmddp * fix an indent * update slurm testing script * update readme and scripts
-
- 09 May, 2019 1 commit
-
-
Kai Chen authored
* use different configs for proposal train/test * update configs for dcn * update inf speed * update inf speed in dcn, gn, htc * update comparision * keep backward compatibility
-
- 07 May, 2019 1 commit
-
-
ThangVu authored
-
- 04 May, 2019 1 commit
-
-
liuzili97 authored
* fix a bug in basicblock * fix padding and dilation in basic block * remove stride and dilation in conv2
-
- 30 Apr, 2019 1 commit
-
-
Kai Chen authored
* support GN in RetinaHead * add conv_cfg argument for RetinaHead * add model upgrading tool and update retinanet model urls * minor fix for regex strings
-
- 29 Apr, 2019 2 commits
- 27 Apr, 2019 1 commit
-
-
Kai Chen authored
* add support for weight standardization * add ws support for htc heads * add a config file for 20-23-24e lr schedule * update readme of weight standardization
-
- 25 Apr, 2019 1 commit
-
-
lyuwenyu authored
Fixed error `TypeError: super(type, obj): obj must be an instance or subtype of type` .
-
- 20 Apr, 2019 1 commit
-
-
Kai Chen authored
* add HybridTaskCascade * add configs for other backbones * add keep_ratio argument for segmap transform * add readme for HTC * fix linting errors * split assign and sampling as in Cascade R-CNN * remove unused imports * add a large model * update htc
-
- 17 Apr, 2019 2 commits
-
-
myownskyW7 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
-
Kai Chen authored
* implement _init_dist_slurm() * add slurm train/test scripts * fix linting error * minor fix
-
- 15 Apr, 2019 1 commit
-
-
Cao Yuhang authored
-
- 14 Apr, 2019 4 commits
-
-
Cao Yuhang authored
-
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
-
Cao Yuhang authored
-
- 13 Apr, 2019 1 commit
-
-
Kai Chen authored
-
- 11 Apr, 2019 3 commits
- 07 Apr, 2019 4 commits
- 03 Apr, 2019 2 commits
-
-
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
-
Cao Yuhang authored
-
- 24 Mar, 2019 1 commit
-
-
Bo Li authored
* Update README.md * Update inference.py * Update README.md * Update inference.py Added mask visualization part for inferring. * Update README.md * Update inference.py * Update inference.py convert all tabs to spaces * Update inference.py
-
- 11 Mar, 2019 2 commits
-
-
Kai Chen authored
-
Yanbing Dong authored
-
- 27 Feb, 2019 1 commit
-
-
ThangVu authored
-
- 22 Feb, 2019 1 commit
-
-
高志华 authored
* Update inference.py fix inference bug, the default keep_ratio is True...But SSD should be false * Update inference.py format correct * Update inference.py A more stable way * Update inference.py * Update inference.py
-
- 17 Feb, 2019 2 commits