From 91f55ece6c86b0ea9a2d3e8510ee347152d8d592 Mon Sep 17 00:00:00 2001 From: wangxinxin08 <69842442+wangxinxin08@users.noreply.github.com> Date: Wed, 10 Nov 2021 14:28:15 +0800 Subject: [PATCH] modify s2anet config (#4524) --- configs/dota/s2anet_conv_2x_dota.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/dota/s2anet_conv_2x_dota.yml b/configs/dota/s2anet_conv_2x_dota.yml index be25ef32a..0777fa4f2 100644 --- a/configs/dota/s2anet_conv_2x_dota.yml +++ b/configs/dota/s2anet_conv_2x_dota.yml @@ -7,6 +7,13 @@ _BASE_: [ ] weights: output/s2anet_conv_1x_dota/model_final +ResNet: + depth: 50 + variant: b + norm_type: bn + return_idx: [1,2,3] + num_stages: 4 + S2ANetHead: anchor_strides: [8, 16, 32, 64, 128] anchor_scales: [4] -- GitLab