Skip to content

Commit

Permalink
fix #77
Browse files Browse the repository at this point in the history
  • Loading branch information
mkocabas committed May 14, 2020
1 parent 0c3736a commit 07fa8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data_utils/mpii3d_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def read_test_data(dataset_path):
joblib.dump(dataset, osp.join(VIBE_DB_DIR, 'mpii3d_val_db.pt'))

dataset = read_data_train(args.dir)
joblib.dump(dataset, osp.join(VIBE_DB_DIR, 'mpii3d_spin_db.pt'))
joblib.dump(dataset, osp.join(VIBE_DB_DIR, 'mpii3d_train_db.pt'))



0 comments on commit 07fa8d3

Please sign in to comment.