s2anet_conv_2x_dota.yml 574 字节
Newer Older
C
cnn 已提交
1
_BASE_: [
C
cnn 已提交
2
  '../datasets/dota.yml',
C
cnn 已提交
3
  '../runtime.yml',
4
  '_base_/s2anet_optimizer_2x.yml',
C
cnn 已提交
5 6 7
  '_base_/s2anet.yml',
  '_base_/s2anet_reader.yml',
]
8
weights: output/s2anet_conv_1x_dota/model_final
C
cnn 已提交
9

C
cnn 已提交
10
S2ANetHead:
C
cnn 已提交
11 12 13
  anchor_strides: [8, 16, 32, 64, 128]
  anchor_scales: [4]
  anchor_ratios: [1.0]
C
cnn 已提交
14 15 16 17 18 19 20 21
  anchor_assign: RBoxAssigner
  stacked_convs: 2
  feat_in: 256
  feat_out: 256
  num_classes: 15
  align_conv_type: 'Conv'  # AlignConv Conv
  align_conv_size: 3
  use_sigmoid_cls: True
22 23
  reg_loss_weight: [1.0, 1.0, 1.0, 1.0, 1.1]
  cls_loss_weight: [1.1, 1.05]
C
cnn 已提交
24
  is_training: True