Skip to content

Commit fb05f9e

Browse files
committed
update evaluation scripts
1 parent 50f24c3 commit fb05f9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eval_scripts/eval-depth-g.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export CUDA=0
33

44
export BASE_TEST_DATA_DIR="datasets/eval/"
55

6-
export CHECKPOINT_DIR="jingheya/lotus-depth-g-v2-0-disparity"
6+
export CHECKPOINT_DIR="jingheya/lotus-depth-g-v2-1-disparity"
77
export OUTPUT_DIR="output/Depth_G_Eval"
88
export TASK_NAME="depth"
99

eval_scripts/eval-normal-d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export CUDA=0
33

44
export BASE_TEST_DATA_DIR="datasets/eval/"
55

6-
export CHECKPOINT_DIR="jingheya/lotus-normal-d-v1-0"
6+
export CHECKPOINT_DIR="jingheya/lotus-normal-d-v1-1"
77
export OUTPUT_DIR="output/Normal_D_Eval"
88
export TASK_NAME="normal"
99

eval_scripts/eval-normal-g.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export CUDA=0
33

44
export BASE_TEST_DATA_DIR="datasets/eval/"
55

6-
export CHECKPOINT_DIR="jingheya/lotus-normal-g-v1-0"
6+
export CHECKPOINT_DIR="jingheya/lotus-normal-g-v1-1"
77
export OUTPUT_DIR="output/Normal_G_Eval"
88
export TASK_NAME="normal"
99

0 commit comments

Comments
 (0)