- 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
- Apr 15, 2019
-
-
Kai Chen authored
-
Kai Chen authored
fix bug in two stage and weighted_binary_cross_entropy_loss
-
Cao Yuhang authored
-
- Apr 14, 2019
-
-
Kai Chen authored
-