• zimenglan's avatar
    add dcn from mmdetection (#693) · 1d6e9add
    zimenglan authored
    * make pixel indexes 0-based for bounding box in pascal voc dataset
    
    * replacing all instances of torch.distributed.deprecated with torch.distributed
    
    * replacing all instances of torch.distributed.deprecated with torch.distributed
    
    * add GroupNorm
    
    * add GroupNorm -- sort out yaml files
    
    * use torch.nn.GroupNorm instead, replace 'use_gn' with 'conv_block' and use 'BaseStem'&'Bottleneck' to simply codes
    
    * modification on 'group_norm' and 'conv_with_kaiming_uniform' function
    
    * modification on yaml files in configs/gn_baselines/ and reduce the amount of indentation and code duplication
    
    * use 'kaiming_uniform' to initialize resnet, disable gn after fc layer, and add dilation into ResNetHead
    
    * agnostic-regression for bbox
    
    * please set 'STRIDE_IN_1X1' to be 'False' when backbone use GN
    
    * add README.md for GN
    
    * add dcn from mmdetection
    1d6e9add
Name
Last commit
Last update
..
cpu Loading commit data...
cuda Loading commit data...
ROIAlign.h Loading commit data...
ROIPool.h Loading commit data...
SigmoidFocalLoss.h Loading commit data...
deform_conv.h Loading commit data...
deform_pool.h Loading commit data...
nms.h Loading commit data...
vision.cpp Loading commit data...