Skip to content

Commit 2105290

Browse files
committed
Update model path in test_animal3d.sh to point to the pre-trained weights for animal3d
1 parent 09e5cc8 commit 2105290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

animals/scripts/test_animal3d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ n_joints=26
1111
out_joints=26
1212
epochs=300
1313
# model_path='models/model_animals.py'
14-
model_path="" # when the path is empty, the model will be loaded from the installed fmpose package
14+
model_path='./pre_trained_models/animal3d_pretrained_weights/model_animal3d.py' # when the path is empty, the model will be loaded from the installed fmpose package
1515
saved_model_path='./pre_trained_models/animal3d_pretrained_weights/CFM_154_4403_best.pth'
1616
# root path denotes the path to the original dataset
1717
root_path="./dataset/"

0 commit comments

Comments
 (0)