Skip to content
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

Image of full body in trainingset #184

Open
buehlpa opened this issue Aug 3, 2023 · 1 comment
Open

Image of full body in trainingset #184

buehlpa opened this issue Aug 3, 2023 · 1 comment

Comments

@buehlpa
Copy link

buehlpa commented Aug 3, 2023

Hi,
I just wanted to report an image where an entire person is shown with a shirt and trousers, so different from the other images.
It's image 36325 in the training set with class: shirt.

I've read #166 and already saw your answers there, and just thought might be interesting to know :)

from tensorflow.keras.datasets import fashion_mnist import matplotlib.pyplot as plt (x_train, y_train), _ = fashion_mnist.load_data() plt.imshow(x_train[36325], cmap='gray') plt.title(f'TF, label:{y_train[36325]}, idx: 36325') plt.show()
image

Cheers Pascal

@buehlpa
Copy link
Author

buehlpa commented Nov 14, 2023

some more :D

image

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

No branches or pull requests

1 participant