We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba804ff commit 41a0891Copy full SHA for 41a0891
1 file changed
scripts/FMPose3D_test.sh
@@ -10,8 +10,8 @@ mode='exp'
10
exp_temp=0.005
11
folder_name=test_s${eval_multi_steps}_${mode}_h${num_hypothesis_list}_$(date +%Y%m%d_%H%M%S)
12
13
-model_path='../pre_trained_models/fmpose3d_h36m/model_GAMLP.py'
14
-model_weights_path='../pre_trained_models/fmpose3d_h36m/FMpose3D_pretrained_weights.pth'
+model_path='./pre_trained_models/fmpose3d_h36m/model_GAMLP.py'
+model_weights_path='./pre_trained_models/fmpose3d_h36m/FMpose3D_pretrained_weights.pth'
15
16
#Test
17
python3 scripts/FMPose3D_main.py \
0 commit comments