s2anet_alignconv_2x_dota.yml 716 字节
Newer Older
C
cnn 已提交
1
_BASE_: [
C
cnn 已提交
2 3
  '../datasets/dota.yml',
  '../runtime.yml',
C
cnn 已提交
4
  '_base_/s2anet_optimizer_2x.yml',
C
cnn 已提交
5 6 7
  '_base_/s2anet.yml',
  '_base_/s2anet_reader.yml',
]
C
cnn 已提交
8 9 10
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet50_vd_ssld_v2_pretrained.pdparams

weights: output/s2anet_alignconv_2x_dota/model_final
11 12 13 14 15 16 17 18 19 20 21 22 23

S2ANetHead:
  anchor_strides: [8, 16, 32, 64, 128]
  anchor_scales: [4]
  anchor_ratios: [1.0]
  anchor_assign: RBoxAssigner
  stacked_convs: 2
  feat_in: 256
  feat_out: 256
  num_classes: 15
  align_conv_type: 'AlignConv'  # AlignConv Conv
  align_conv_size: 3
  use_sigmoid_cls: True
C
cnn 已提交
24 25
  reg_loss_weight: [1.0, 1.0, 1.0, 1.0, 1.05]
  cls_loss_weight: [1.05, 1.0]
26
  reg_loss_type: 'l1'
C
cnn 已提交
27
  is_training: True