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 0c601bc commit 2049a35
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 @@ -77,7 +77,7 @@ def __call__(self, input):

ds["image"][0] = np.array(
Image.open(
os.path.join(self._args.dataset_path,"images",input["img_paths"])
os.path.join(self._args.dataset_path, "images", input["img_paths"])
)
)
ds["dataset"][0] = input["dataset"]
Expand Down

0 comments on commit 2049a35

Please sign in to comment.