Skip to content

Commit 3ce0e16

Browse files
CopilotFeilong607
andcommitted
Update REPORT_DIR_SUFFIX to reflect patch counts instead of frame counts
- Change eval_ov_encoder_large_2kpatches_codec.sh: "_8frames_codec" -> "_2kpatches_codec" - Change eval_ov_encoder_large_4kpatches_codec.sh: "_64frames_codec" -> "_4kpatches_codec" Co-authored-by: FeilongTangmonash <152372878+FeilongTangmonash@users.noreply.github.com>
1 parent b226727 commit 3ce0e16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eval_encoder/shells_eval_ap/eval_ov_encoder_large_2kpatches_codec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FRAMES_TOKEN_NUM=256
1313
EMBEDDING_SIZE=1024
1414
NUM_FRAMES=64
1515
K_keep=2048
16-
REPORT_DIR_SUFFIX="_8frames_codec"
16+
REPORT_DIR_SUFFIX="_2kpatches_codec"
1717

1818
DEFAULT_DATASETS=(
1919
"ssv2"

eval_encoder/shells_eval_ap/eval_ov_encoder_large_4kpatches_codec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FRAMES_TOKEN_NUM=256
1313
EMBEDDING_SIZE=1024
1414
NUM_FRAMES=64
1515
K_keep=4096
16-
REPORT_DIR_SUFFIX="_64frames_codec"
16+
REPORT_DIR_SUFFIX="_4kpatches_codec"
1717

1818
DEFAULT_DATASETS=(
1919
"ssv2"

0 commit comments

Comments
 (0)