GLAMI-1M-remapped / README.md
pySilver's picture
Update README.md
8e21948 verified
metadata
dataset_info:
  features:
    - name: item_id
      dtype: int64
    - name: image_id
      dtype: int64
    - name: geo
      dtype: string
    - name: name
      dtype: string
    - name: description
      dtype: string
    - name: category
      dtype: int64
    - name: category_name
      dtype: string
    - name: label_source
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: train
      num_bytes: 10115532123.24
      num_examples: 892803
    - name: test
      num_bytes: 2531745446.653
      num_examples: 223201
  download_size: 12362374731
  dataset_size: 12647277569.893
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*

This is fork of original dataset converted to dataset format with adjusted category names.

GLAMI-1M Image

GLAMI-1M contains 1.1 million fashion items, 968 thousand unique images and 1 million unique texts. It contains 13 languages, mostly European. And 191 fine-grained categories, for example we have 15 shoe types. It contains high quality annotations from professional curators and it also presents a difficult production industry problem.

Each sample contains an image, country code, name in corresponding language, description, target category and source of the label which can be of multiple types, it can be human or rule-based but most of the samples are human-based labels.

Read more on GLAMI-1M home page at GitHub