Skip to content

Commit 27f7cdb

Browse files
committed
fix typos in script
1 parent 1c489e3 commit 27f7cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download_preds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ if [ ! -d $REPO_DIR/predictions ] ; then
1414
mkdir -p $REPO_DIR/predictions
1515
fi
1616
# Our model + test-time augmentation. It achieves 5.9 PA-MPVPE on FreiHAND Leaderboard
17-
wget -nc $BLOB/graphormer_release_ckpt200-multisc-pred.zip -O $REPO_DIR/predictions/ckpt200-multisc-pred.zip
17+
wget -nc $BLOB/graphormer-release-ckpt200-multisc-pred.zip -O $REPO_DIR/predictions/ckpt200-multisc-pred.zip

0 commit comments

Comments
 (0)