Skip to content

Commit

Permalink
issue activeloopai#106 MPII Human Pose Dataset example added, fixed b…
Browse files Browse the repository at this point in the history
…uild issues
  • Loading branch information
sanchitvj committed Nov 1, 2020
1 parent 3f2d14d commit 0857b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MPII Human Pose Dataset/mpii_data_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def load_dataset():
t1 = time.time()
# Call the load_dataset function to generate the complete dataset
ds = load_dataset()
# ds.store stores the dataset in "username/MPII_Human_Pose_Dataset"
# ds.store stores the dataset in username/MPII_Human_Pose_Dataset
ds.store("MPII_Human_Pose_Dataset")
t2 = time.time()
logger.info(f"Pipeline took {(t2 - t1) / 60} minutes")

0 comments on commit 0857b18

Please sign in to comment.