s2anet_conv_2x_dota.yml 429 字节
Newer Older
C
cnn 已提交
1
_BASE_: [
W
wangxinxin08 已提交
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
weights: output/s2anet_conv_1x_dota/model_final
W
wangxinxin08 已提交
9
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet50_cos_pretrained.pdparams
C
cnn 已提交
10

W
wangxinxin08 已提交
11 12 13 14 15 16 17
ResNet:
  depth: 50
  variant: b
  norm_type: bn
  return_idx: [1,2,3]
  num_stages: 4

C
cnn 已提交
18
S2ANetHead:
W
wangxinxin08 已提交
19
  align_conv_type: 'Conv'