File size: 1,860 Bytes
2a2a474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: image
    dtype: image
  - name: width
    dtype: int64
  - name: height
    dtype: int64
  - name: objects
    sequence:
    - name: bbox_id
      dtype: int64
    - name: category
      dtype:
        class_label:
          names:
            '0': shirt, blouse
            '1': top, t-shirt, sweatshirt
            '2': sweater
            '3': cardigan
            '4': jacket
            '5': vest
            '6': pants
            '7': shorts
            '8': skirt
            '9': coat
            '10': dress
            '11': jumpsuit
            '12': cape
            '13': glasses
            '14': hat
            '15': headband, head covering, hair accessory
            '16': tie
            '17': glove
            '18': watch
            '19': belt
            '20': leg warmer
            '21': tights, stockings
            '22': sock
            '23': shoe
            '24': bag, wallet
            '25': scarf
            '26': umbrella
            '27': hood
            '28': collar
            '29': lapel
            '30': epaulette
            '31': sleeve
            '32': pocket
            '33': neckline
            '34': buckle
            '35': zipper
            '36': applique
            '37': bead
            '38': bow
            '39': flower
            '40': fringe
            '41': ribbon
            '42': rivet
            '43': ruffle
            '44': sequin
            '45': tassel
    - name: bbox
      sequence: float64
      length: 4
    - name: area
      dtype: int64
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 3422987708.5
    num_examples: 45620
  download_size: 3396446449
  dataset_size: 3422987708.5
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---