Skip to content

Conversation

@jeffin07
Copy link
Contributor

@jeffin07 jeffin07 commented Dec 3, 2019

Fixed #2
Which will return segmentation error while using high resolution images
Updated utils.py to resize the images which will be the input to the height and width specified in the paper.Changed imread in utils.py from
scipy.misc.imread(path).astype(np.float)
to
np.array(Image.fromarray(scipy.misc.imread(path)).resize((310,230))).astype(np.float)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Segmentation Fault

1 participant