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 0857b18 commit 532425d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/MPII Human Pose Dataset/mpii_data_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def __call__(self, input):
except Exception as e:
logger.error(e, exc_info=e, stack_info=True)


def load_dataset():
"""
This function is used to load json annotations in the form of dictionary and then
Expand All @@ -119,6 +120,7 @@ def load_dataset():

return ds


t1 = time.time()
# Call the load_dataset function to generate the complete dataset
ds = load_dataset()
Expand Down

0 comments on commit 532425d

Please sign in to comment.