Skip to content

Commit

Permalink
Update keypoint_dataloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YunjiKim committed Oct 29, 2019
1 parent 8c0c7b6 commit 738629d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/keypoint_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def _get_image_at(self, idx):

# load images
image = Image.open(osp.join(self._data_dir, img_path, '{:06d}'.format(1) + '.jpg'))
w,h = image.size
crop_size, ratio = data_utils.center_crop(image, IMAGE_SIZE)

image_seq = []
Expand Down

0 comments on commit 738629d

Please sign in to comment.