-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LFW processing #1
Comments
Hi jake, |
Hi, I think I downloaded it right. Can you tell me the version you are using for |
I think the problem is originated from #L16 of create_dataset.py in which I got an numpy.array carrying a number of PIL image handlers, and #L19 won't allow this object array to be cropped. So that I suspect if there is a version discrepancy |
Hi there! Make sure you are using Pillow rather than PIL. The python script works using a recent version of Anaconda Linux with Pillow 3. |
Thanks @andersbll |
Hi,
I can't make your create_dataset.py to work. One sanity check failing:
np.array(self.imgs.tolist().getdata()).sum()
seems to be zero.The actual error I got is:
Thank you,
Jake
The text was updated successfully, but these errors were encountered: