File size: 2,513 Bytes
706c28a
 
7b9b549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
706c28a
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
license: cc-by-4.0
dataset_info:
  config_name: full-dataset
  features:
  - name: image
    dtype: image
  - name: segmentation_mask
    dtype: image
  - name: coop
    dtype:
      class_label:
        names:
          '0': '10'
          '1': '1'
          '2': '2'
          '3': '3'
          '4': '4'
          '5': '5'
          '6': '6'
          '7': '7'
          '8': '8'
          '9': '9'
          '10': '11'
  - name: instances
    list:
    - name: crop
      dtype: image
    - name: instance_mask
      dtype: image
    - name: identity
      dtype:
        class_label:
          names:
            '0': Beate
            '1': Borghild
            '2': Eleonore
            '3': Mona
            '4': Henriette
            '5': Margit
            '6': Millie
            '7': Sigrun
            '8': Kristina
            '9': Unknown
            '10': Tina
            '11': Gretel
            '12': Lena
            '13': Yolkoono
            '14': Skimmy
            '15': Mavi
            '16': Mirmir
            '17': Nugget
            '18': Fernanda
            '19': Isolde
            '20': Mechthild
            '21': Brunhilde
            '22': Spiderman
            '23': Brownie
            '24': Camy
            '25': Samy
            '26': Yin
            '27': Yuriko
            '28': Renate
            '29': Regina
            '30': Monika
            '31': Heidi
            '32': Erna
            '33': Marina
            '34': Kathrin
            '35': Isabella
            '36': Amalia
            '37': Edeltraut
            '38': Erdmute
            '39': Oktavia
            '40': Siglinde
            '41': Ulrike
            '42': Hermine
            '43': Matilda
            '44': Chantal
            '45': Chayenne
            '46': Jaqueline
            '47': Mandy
            '48': Henny
            '49': Shady
            '50': Shorty
            '51': Evelyn
            '52': Marley
            '53': Elvis
            '54': Jackson
    - name: visibility
      dtype:
        class_label:
          names:
            '0': best
            '1': good
            '2': bad
    - name: animal_category
      dtype:
        class_label:
          names:
            '0': chicken
            '1': duck
            '2': rooster
  splits:
  - name: train
    num_bytes: 67703218.0
    num_examples: 2
  download_size: 67256374
  dataset_size: 67703218.0
configs:
- config_name: full-dataset
  data_files:
  - split: train
    path: full-dataset/train-*
---