Skip to content

Commit 82244ce

Browse files
committed
Update FMPose3D_train.sh for model path consistency
- Revised model_path comment to reflect the correct package name as fmpose3d. - Adjusted folder_name variable to improve clarity by removing 'Publish' from the name.
1 parent 500e097 commit 82244ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/FMPose3D_train.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ epochs=80
1111
num_saved_models=3
1212
frames=1
1313
channel_dim=512
14-
model_path="" # when the path is empty, the model will be loaded from the installed fmpose package
15-
# model_path='./fmpose/models/model_GAMLP.py' # when the path is not empty, the model will be loaded from the local file path
14+
model_path="" # when the path is empty, the model will be loaded from the installed fmpose3d package
15+
# model_path='./models/model_GAMLP.py' # when the path is not empty, the model will be loaded from the local file path
1616
sh_file='scripts/FMPose3D_train.sh'
17-
folder_name=FMPose3D_Publish_layers${layers}_$(date +%Y%m%d_%H%M%S)
17+
folder_name=FMPose3D_layers${layers}_$(date +%Y%m%d_%H%M%S)
1818

1919
python3 scripts/FMPose3D_main.py \
2020
--train \

0 commit comments

Comments
 (0)