diff --git a/sam2_configs/sam2_hiera_b+.yaml b/sam2_configs/sam2_hiera_b+.yaml index 58f3eb815..4ca9fb4e5 100644 --- a/sam2_configs/sam2_hiera_b+.yaml +++ b/sam2_configs/sam2_hiera_b+.yaml @@ -20,7 +20,7 @@ model: temperature: 10000 d_model: 256 backbone_channel_list: [896, 448, 224, 112] - fpn_top_down_levels: [2, 3] # output level 0 and 1 directly use the backbone features + fpn_top_down_levels: [2, 3] # output levels 0 and 1 directly use the backbone features fpn_interp_model: nearest memory_attention: diff --git a/sam2_configs/sam2_hiera_l.yaml b/sam2_configs/sam2_hiera_l.yaml index 918667f50..288fb7372 100644 --- a/sam2_configs/sam2_hiera_l.yaml +++ b/sam2_configs/sam2_hiera_l.yaml @@ -24,7 +24,7 @@ model: temperature: 10000 d_model: 256 backbone_channel_list: [1152, 576, 288, 144] - fpn_top_down_levels: [2, 3] # output level 0 and 1 directly use the backbone features + fpn_top_down_levels: [2, 3] # output levels 0 and 1 directly use the backbone features fpn_interp_model: nearest memory_attention: diff --git a/sam2_configs/sam2_hiera_s.yaml b/sam2_configs/sam2_hiera_s.yaml index 26e5d4d39..222c98b9e 100644 --- a/sam2_configs/sam2_hiera_s.yaml +++ b/sam2_configs/sam2_hiera_s.yaml @@ -23,7 +23,7 @@ model: temperature: 10000 d_model: 256 backbone_channel_list: [768, 384, 192, 96] - fpn_top_down_levels: [2, 3] # output level 0 and 1 directly use the backbone features + fpn_top_down_levels: [2, 3] # output levels 0 and 1 directly use the backbone features fpn_interp_model: nearest memory_attention: diff --git a/sam2_configs/sam2_hiera_t.yaml b/sam2_configs/sam2_hiera_t.yaml index a62c903aa..1bef9e084 100644 --- a/sam2_configs/sam2_hiera_t.yaml +++ b/sam2_configs/sam2_hiera_t.yaml @@ -23,7 +23,7 @@ model: temperature: 10000 d_model: 256 backbone_channel_list: [768, 384, 192, 96] - fpn_top_down_levels: [2, 3] # output level 0 and 1 directly use the backbone features + fpn_top_down_levels: [2, 3] # output levels 0 and 1 directly use the backbone features fpn_interp_model: nearest memory_attention: