tensorflow / datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
https://www.tensorflow.org/datasets
Apache License 2.0
4.23k stars 1.52k forks source link

[data request] Rubik's cube photos #2742

Open GajdosDavid opened 3 years ago

GajdosDavid commented 3 years ago

Folks who would also like to see this dataset in tensorflow/datasets, please thumbs-up so the developers can know which requests to prioritize.

And if you'd like to contribute the dataset (thank you!), see our guide to adding a dataset.

rohit11544 commented 3 years ago

I want to take this issue. can you mention how many images you want for each class (like 3x3, 3x2, 2x2,..). so that I can provide the required number of images.

GajdosDavid commented 3 years ago

Well, I think 200 of each class could be enough for the beginning. I am a very beginner so I can't tell how much it actually is required for model to be properly trained. However anything will be great, sir. Thank you

sebaspv commented 3 years ago

I created a 140 3x3 rubik's cube faces dataset, I recommend taking a look at it and you can try using the data as well. It's hosted on Kaggle.

GajdosDavid commented 3 years ago

Thank you. I've also taken quite few photos of individual faces so I'll share them when I have enough time to do it.

tarasovladislav commented 3 days ago

@GajdosDavid Hi, have you successfully created a model for detecting rubiks cube face colors?