davanstrien HF staff commited on
Commit
05be760
1 Parent(s): 9a6cf7f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +115 -0
README.md ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: source
7
+ dtype: string
8
+ - name: width
9
+ dtype: int16
10
+ - name: height
11
+ dtype: int16
12
+ - name: dept
13
+ dtype: int8
14
+ - name: segmented
15
+ dtype: int8
16
+ - name: image_id
17
+ dtype: string
18
+ - name: annotations
19
+ list:
20
+ - name: category_id
21
+ dtype:
22
+ class_label:
23
+ names:
24
+ '0': zebra
25
+ '1': tree
26
+ '2': nude
27
+ '3': crucifixion
28
+ '4': scroll
29
+ '5': head
30
+ '6': swan
31
+ '7': shield
32
+ '8': lily
33
+ '9': mouse
34
+ '10': knight
35
+ '11': dragon
36
+ '12': horn
37
+ '13': dog
38
+ '14': palm
39
+ '15': tiara
40
+ '16': helmet
41
+ '17': sheep
42
+ '18': deer
43
+ '19': person
44
+ '20': sword
45
+ '21': rooster
46
+ '22': bear
47
+ '23': halo
48
+ '24': lion
49
+ '25': monkey
50
+ '26': prayer
51
+ '27': crown of thorns
52
+ '28': elephant
53
+ '29': zucchetto
54
+ '30': unicorn
55
+ '31': holy shroud
56
+ '32': cat
57
+ '33': apple
58
+ '34': banana
59
+ '35': chalice
60
+ '36': bird
61
+ '37': eagle
62
+ '38': pegasus
63
+ '39': crown
64
+ '40': camauro
65
+ '41': saturno
66
+ '42': arrow
67
+ '43': dove
68
+ '44': centaur
69
+ '45': horse
70
+ '46': hands
71
+ '47': skull
72
+ '48': orange
73
+ '49': monk
74
+ '50': trumpet
75
+ '51': key of heaven
76
+ '52': fish
77
+ '53': cow
78
+ '54': angel
79
+ '55': devil
80
+ '56': book
81
+ '57': stole
82
+ '58': butterfly
83
+ '59': serpent
84
+ '60': judith
85
+ '61': mitre
86
+ '62': banner
87
+ '63': donkey
88
+ '64': shepherd
89
+ '65': boat
90
+ '66': god the father
91
+ '67': crozier
92
+ '68': jug
93
+ '69': lance
94
+ - name: image_id
95
+ dtype: string
96
+ - name: area
97
+ dtype: int64
98
+ - name: bbox
99
+ sequence: float32
100
+ length: 4
101
+ - name: segmentation
102
+ list:
103
+ list: float32
104
+ - name: iscrowd
105
+ dtype: bool
106
+ splits:
107
+ - name: train
108
+ num_bytes: 8991340765.256
109
+ num_examples: 15156
110
+ download_size: 18150029661
111
+ dataset_size: 8991340765.256
112
+ ---
113
+ # Dataset Card for "deart"
114
+
115
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)