- May 15, 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 * 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
-
- May 13, 2019
-
-
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
-
- May 12, 2019
-
-
Kai Chen authored
fix bug of show_result
-
zhijl authored
-
Cao Yuhang authored
-
- May 11, 2019
-
-
Kai Chen authored
* rewrite multigpu testing with mmddp * fix an indent * update slurm testing script * update readme and scripts
-
- May 09, 2019
-
-
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
-
- May 08, 2019
-
-
Kai Chen authored
change frozen to requires_grad for clear behavior
-
- May 07, 2019
-
-
ThangVu authored
-
- May 06, 2019
-
-
Kai Chen authored
* update installation guide * fix typo * update conda python version from 3.6 to 3.6
-
- May 04, 2019
-
-
Kai Chen authored
Fix typo in README.md
-
Kai Chen authored
-
Kai Chen authored
Update readme and tutorials
-
Kai Chen authored
-
Kai Chen authored
Reorg model zoo and configs
-
Kai Chen authored
-
Kai Chen authored
-
Cao Yuhang authored
-
liuzili97 authored
* fix a bug in basicblock * fix padding and dilation in basic block * remove stride and dilation in conv2
-
- May 03, 2019
-
-
Cao Yuhang authored
* compared with maskrcnn-benchmark instead detectron.pytorch, delete some outdated sentences * add memory data * Update MODEL_ZOO.md
-
- May 02, 2019
-
-
Cao Yuhang authored
* delete some wrong sentences * fix speed in comparison section * minor fix
-
- May 01, 2019
-
-
Cao Yuhang authored
* new model zoo * update model url and performance * update pytorch version
-
- Apr 30, 2019
-
-
Kai Chen authored
fix typo in MODEL_ZOO on Mask R-CNN
-
tzuheng_lin authored
-
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
-
- Apr 29, 2019
- Apr 28, 2019
- Apr 27, 2019
-
-
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
-
- Apr 25, 2019
-
-
lyuwenyu authored
Fixed error `TypeError: super(type, obj): obj must be an instance or subtype of type` .
-
- Apr 20, 2019
-
-
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
-
- Apr 17, 2019
-
-
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
-
- Apr 16, 2019
-
-
Kai Chen authored
Create a new release v0.6.0
-