• zimenglan's avatar
    rectify the 'padding' for 'DFConv2d' (#717) · eb4d3352
    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
    
    * add documentation for finetuning cityscapes
    
    * add documentation for finetuning cityscapes
    
    * add documentation for finetuning cityscapes
    
    * add 'once_differentiable' for dcn and modify 'configs/cityscapes/README.md'
    
    * rectify the 'padding' for 'DFConv2d'
    eb4d3352
Name
Last commit
Last update
..
dcn Loading commit data...
__init__.py Loading commit data...
_utils.py Loading commit data...
batch_norm.py Loading commit data...
misc.py Loading commit data...
nms.py Loading commit data...
roi_align.py Loading commit data...
roi_pool.py Loading commit data...
sigmoid_focal_loss.py Loading commit data...
smooth_l1_loss.py Loading commit data...