Skip to content

Commit

Permalink
Update mpii_data_upload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kzuri authored Nov 22, 2020
1 parent 2049a35 commit 44249d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/MPII Human Pose Dataset/mpii_data_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def main():
)

args = parser.parse_args()
ds = load_dataset(args)
ds.store(f"{args.output_path}")
t2 = time.time()
logger.info(f"Pipeline took {(t2 - t1) / 60} minutes")
Expand Down

0 comments on commit 44249d3

Please sign in to comment.