Skip to content

Commit 6608049

Browse files
committed
fix the path error
1 parent 0a8487a commit 6608049

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/FMPose3D_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ mode='exp'
1010
exp_temp=0.005
1111
folder_name=test_s${eval_multi_steps}_${mode}_h${num_hypothesis_list}_$(date +%Y%m%d_%H%M%S)
1212

13-
model_path='../pre_trained_models/fmpose3d_h36m/model_GAMLP.py'
14-
model_weights_path='../pre_trained_models/fmpose3d_h36m/FMpose3D_pretrained_weights.pth'
13+
model_path='./pre_trained_models/fmpose3d_h36m/model_GAMLP.py'
14+
model_weights_path='./pre_trained_models/fmpose3d_h36m/FMpose3D_pretrained_weights.pth'
1515

1616
#Test
1717
python3 scripts/FMPose3D_main.py \

0 commit comments

Comments
 (0)