Skip to content

Commit 065d943

Browse files
CopilotFeilong607
andcommitted
Change mv_compensate to similarity for all datasets
Co-authored-by: FeilongTangmonash <152372878+FeilongTangmonash@users.noreply.github.com>
1 parent efa559b commit 065d943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval_encoder/shells_eval_ap/common_codec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ get_codec_params() {
6060
local dataset="$1"
6161
if [[ "$dataset" == "diving48" || "$dataset" == "perception_test" ]]; then
6262
# Parameters for diving48 and perception_test
63-
CODEC_MV_COMPENSATE="median"
63+
CODEC_MV_COMPENSATE="similarity"
6464
CODEC_STATIC_ABS_THRESH="126"
6565
CODEC_STATIC_REL_THRESH="0.38"
6666
else

0 commit comments

Comments
 (0)