LEGO Minifigures
"Do or do not. There is no try" - Jedi Master Yoda
@kaggle.ihelon_lego_minifigures_classification
"Do or do not. There is no try" - Jedi Master Yoda
@kaggle.ihelon_lego_minifigures_classification
This dataset contains a lot of pictures of various LEGO Minifigures.
There are several images in different poses or with different environments for each Minifigure in the dataset. You can use this dataset for the image classification tasks or try to create more interesting things. You can try getting more accurate predictions for the test set.
We will be happy if you upvote this dataset ❤️ 🔼 ⬆️ 🔼 ❤️
Thanks to LEGO for making wonderful Minifigures ;)
The repo with our dataset on github TinySets Project Page
You can try to resolve the next tasks:
CREATE TABLE index (
  "path" VARCHAR,
  "class_id" BIGINT
);CREATE TABLE test (
  "path" VARCHAR,
  "class_id" BIGINT
);Anyone who has the link will be able to view this.