Skip to content

Commit

Permalink
fix GuyTevet#86: evaluate.py: fix dataset path for the unconstrained …
Browse files Browse the repository at this point in the history
…case.
  • Loading branch information
sigal-raab committed Feb 14, 2023
1 parent 14f1a50 commit 4300d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/unconstrained/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def compute_features(model, iterator, device):
def evaluate_unconstrained_metrics(generated_motions, device, fast):

act_rec_model_path = './assets/actionrecognition/humanact12_gru_modi_struct.pth.tar'
dataset_path = './dataset/HumanAct12Poses/humanact12_modi_struct.npy'
dataset_path = './dataset/HumanAct12Poses/humanact12_unconstrained_modi_struct.npy'

# initialize model
act_rec_model = initialize_model(device, act_rec_model_path)
Expand Down

0 comments on commit 4300d65

Please sign in to comment.