egrace479 commited on
Commit
66dc94d
1 Parent(s): bb2c928

updated README formatting

Browse files
Files changed (1) hide show
  1. README.md +65 -63
README.md CHANGED
@@ -51,72 +51,74 @@ This dataset card aims to be a base template for new datasets. It has been gener
51
 
52
  ## Dataset Structure
53
 
54
-
55
- |-- `dorsal_images_cuthill`
56
- | |
57
- | |-- `10427965_D_lowres.tif`
58
- | |
59
- | |-- `10427966_D_lowres.tif
60
- | |
61
- | | ...
62
- |
63
- |-- `Acuities`
64
- | |
65
- | |-- `train_bird`
66
- | |
67
- | |-- `erato_cyrbia`
68
- | |
69
- | |-- `erato_etylus`
70
- | |
71
- | | ...
72
- | |
73
- | |-- `test_bird`
74
- | |
75
- | |-- `erato_cyrbia`
76
- | |-- `erato_etylus`
77
- | |
78
- | | ...
79
- | |
80
- | |-- `train_butterfly`
81
- | |
82
- | |-- `erato_cyrbia`
83
- | |
84
- | |-- `erato_etylus`
85
- | |
86
- | | ...
87
- | |
88
- | |-- `test_butterfly`
89
- | |
90
- | |-- `erato_cyrbia`
91
- | |
92
- | |-- `erato_etylus`
93
- | |
94
- | | ...
95
- |
96
- |-- `train`
97
- | |
98
- | |-- `erato_cyrbia`
99
- | |
100
- | |-- `erato_etylus`
101
- | |
102
- | | ...
103
- |
104
- |-- `test`
105
- | |
106
- | |-- `erato_cyrbia`
107
- | |
108
- | |-- `erato_etylus`
109
- |
110
- | ...
 
 
111
 
112
  ### Data Instances
113
 
114
- Type: PNG
115
- Size: 128px x 128px
116
- Background: [210, 210, 210] (gray)
117
- Fit in frame: Most padding is above and below the image, some on the left and right.
118
- Ruler or Scale: None
119
- Color (ColorChecker, white-balance, None): None
120
 
121
 
122
  ### Data Fields
 
51
 
52
  ## Dataset Structure
53
 
54
+ ```
55
+ |-- `dorsal_images_cuthill`
56
+ | |
57
+ | |-- `10427965_D_lowres.tif`
58
+ | |
59
+ | |-- `10427966_D_lowres.tif
60
+ | |
61
+ | | ...
62
+ |
63
+ |-- `Acuities`
64
+ | |
65
+ | |-- `train_bird`
66
+ | | |
67
+ | | |-- `erato_cyrbia`
68
+ | | |
69
+ | | |-- `erato_etylus`
70
+ | | |
71
+ | | | ...
72
+ | |
73
+ | |-- `test_bird`
74
+ | | |
75
+ | | |-- `erato_cyrbia`
76
+ | | |
77
+ | | |-- `erato_etylus`
78
+ | | |
79
+ | | | ...
80
+ | |
81
+ | |-- `train_butterfly`
82
+ | | |
83
+ | | |-- `erato_cyrbia`
84
+ | | |
85
+ | | |-- `erato_etylus`
86
+ | | |
87
+ | | | ...
88
+ | |
89
+ | |-- `test_butterfly`
90
+ | |
91
+ | |-- `erato_cyrbia`
92
+ | |
93
+ | |-- `erato_etylus`
94
+ | |
95
+ | | ...
96
+ |
97
+ |-- `train`
98
+ | |
99
+ | |-- `erato_cyrbia`
100
+ | |
101
+ | |-- `erato_etylus`
102
+ | |
103
+ | | ...
104
+ |
105
+ |-- `test`
106
+ |
107
+ |-- `erato_cyrbia`
108
+ |
109
+ |-- `erato_etylus`
110
+ |
111
+ | ...
112
+ ```
113
 
114
  ### Data Instances
115
 
116
+ * Type: PNG
117
+ * Size: 128px x 128px
118
+ * Background: [210, 210, 210] (gray)
119
+ * Fit in frame: Most padding is above and below the image, some on the left and right.
120
+ * Ruler or Scale: None
121
+ * Color (ColorChecker, white-balance, None): None
122
 
123
 
124
  ### Data Fields