From eb7ab01addd92243e39c7ecf68dafcf8c6da13c0 Mon Sep 17 00:00:00 2001 From: PortfolioAI <135471798+CharlesCNorton@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:38:08 -0400 Subject: [PATCH] Fix pluralization of 'output level' to 'output levels' in yaml files Corrected the pluralization of 'output level' to 'output levels' in the following files to accurately reflect the reference to multiple levels: - sam2_hiera_b+.yaml - sam2_hiera_l.yaml - sam2_hiera_s.yaml - sam2_hiera_t.yaml This change ensures consistency and clarity in the documentation. --- sam2_configs/sam2_hiera_b+.yaml | 2 +- sam2_configs/sam2_hiera_l.yaml | 2 +- sam2_configs/sam2_hiera_s.yaml | 2 +- sam2_configs/sam2_hiera_t.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: