File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sample_steps=3
55batch_size=1
66sh_file=' vis_in_the_wild.sh'
77
8- model_type=' fmpose3d '
8+ model_type=' fmpose3d_humans '
99model_weights_path=' ../pre_trained_models/fmpose3d_h36m/FMpose3D_pretrained_weights.pth'
1010
1111target_path=' ./images/' # folder containing multiple images
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ mode='exp'
1010exp_temp=0.005
1111folder_name=test_s${eval_multi_steps} _${mode} _h${num_hypothesis_list} _$( date +%Y%m%d_%H%M%S)
1212
13- model_type=' fmpose3d '
13+ model_type=' fmpose3d_humans '
1414model_weights_path=' ./pre_trained_models/fmpose3d_h36m/FMpose3D_pretrained_weights.pth'
1515
1616# Test
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ epochs=80
1111num_saved_models=3
1212frames=1
1313channel_dim=512
14- model_type=' fmpose3d ' # use registered model by default
14+ model_type=' fmpose3d_humans ' # use registered model by default
1515sh_file=' scripts/FMPose3D_train.sh'
1616folder_name=FMPose3D_layers${layers} _$( date +%Y%m%d_%H%M%S)
1717
You can’t perform that action at this time.
0 commit comments