From f6d2d94b9f90871fc5e421adb0bcbc43839b9e11 Mon Sep 17 00:00:00 2001 From: Timothy Joshua Chua Date: Tue, 7 Sep 2021 17:23:01 +0900 Subject: [PATCH] Removed trailing backslash. Prevents the running of the script. --- configs/r50_motr_eval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/r50_motr_eval.sh b/configs/r50_motr_eval.sh index 38edabe..1d3a993 100644 --- a/configs/r50_motr_eval.sh +++ b/configs/r50_motr_eval.sh @@ -30,4 +30,4 @@ python3 eval.py \ --extra_track_attn \ --data_txt_path_train ./datasets/data_path/joint.train \ --data_txt_path_val ./datasets/data_path/mot17.train \ - --resume ${EXP_DIR}/motr_final.pth \ \ No newline at end of file + --resume ${EXP_DIR}/motr_final.pth