mgustineli commited on
Commit
14ac00e
·
verified ·
1 Parent(s): 7aa6b8d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +243 -0
README.md ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language: en
4
+ license: cc-by-sa-4.0
5
+ size_categories:
6
+ - 1K<n<10K
7
+ task_categories:
8
+ - object-detection
9
+ - image-segmentation
10
+ task_ids: []
11
+ pretty_name: PhenoBench-bak
12
+ tags:
13
+ - agriculture
14
+ - agtech
15
+ - crops
16
+ - demo
17
+ - drone
18
+ - fiftyone
19
+ - image
20
+ - image-segmentation
21
+ - instance-segmentation
22
+ - object-detection
23
+ - phenotyping
24
+ - semantic-segmentation
25
+ - sugar-beet
26
+ - uav
27
+ - weeds
28
+ description: 'PhenoBench is a large UAV image dataset for semantic image interpretation
29
+ in agriculture, focusing on sugar beet crops and weeds. Published in IEEE T-PAMI
30
+ 2024. This release includes train/val/test splits with semantic segmentation masks
31
+ (background, crop, weed, partial-crop, partial-weed), plant and leaf instance segmentation,
32
+ and plant/leaf visibility heatmaps. Source: https://www.phenobench.org/'
33
+ dataset_summary: '
34
+
35
+
36
+
37
+
38
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2179 samples.
39
+
40
+
41
+ ## Installation
42
+
43
+
44
+ If you haven''t already, install FiftyOne:
45
+
46
+
47
+ ```bash
48
+
49
+ pip install -U fiftyone
50
+
51
+ ```
52
+
53
+
54
+ ## Usage
55
+
56
+
57
+ ```python
58
+
59
+ import fiftyone as fo
60
+
61
+ from fiftyone.utils.huggingface import load_from_hub
62
+
63
+
64
+ # Load the dataset
65
+
66
+ # Note: other available arguments include ''max_samples'', etc
67
+
68
+ dataset = load_from_hub("mgustineli/PhenoBench")
69
+
70
+
71
+ # Launch the App
72
+
73
+ session = fo.launch_app(dataset)
74
+
75
+ ```
76
+
77
+ '
78
+ ---
79
+
80
+ # Dataset Card for PhenoBench-bak
81
+
82
+ <!-- Provide a quick summary of the dataset. -->
83
+
84
+
85
+
86
+
87
+
88
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2179 samples.
89
+
90
+ ## Installation
91
+
92
+ If you haven't already, install FiftyOne:
93
+
94
+ ```bash
95
+ pip install -U fiftyone
96
+ ```
97
+
98
+ ## Usage
99
+
100
+ ```python
101
+ import fiftyone as fo
102
+ from fiftyone.utils.huggingface import load_from_hub
103
+
104
+ # Load the dataset
105
+ # Note: other available arguments include 'max_samples', etc
106
+ dataset = load_from_hub("mgustineli/PhenoBench")
107
+
108
+ # Launch the App
109
+ session = fo.launch_app(dataset)
110
+ ```
111
+
112
+
113
+ ## Dataset Details
114
+
115
+ ### Dataset Description
116
+
117
+ <!-- Provide a longer summary of what this dataset is. -->
118
+
119
+
120
+
121
+ - **Curated by:** [More Information Needed]
122
+ - **Funded by [optional]:** [More Information Needed]
123
+ - **Shared by [optional]:** [More Information Needed]
124
+ - **Language(s) (NLP):** en
125
+ - **License:** cc-by-sa-4.0
126
+
127
+ ### Dataset Sources [optional]
128
+
129
+ <!-- Provide the basic links for the dataset. -->
130
+
131
+ - **Repository:** [More Information Needed]
132
+ - **Paper [optional]:** [More Information Needed]
133
+ - **Demo [optional]:** [More Information Needed]
134
+
135
+ ## Uses
136
+
137
+ <!-- Address questions around how the dataset is intended to be used. -->
138
+
139
+ ### Direct Use
140
+
141
+ <!-- This section describes suitable use cases for the dataset. -->
142
+
143
+ [More Information Needed]
144
+
145
+ ### Out-of-Scope Use
146
+
147
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
148
+
149
+ [More Information Needed]
150
+
151
+ ## Dataset Structure
152
+
153
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
154
+
155
+ [More Information Needed]
156
+
157
+ ## Dataset Creation
158
+
159
+ ### Curation Rationale
160
+
161
+ <!-- Motivation for the creation of this dataset. -->
162
+
163
+ [More Information Needed]
164
+
165
+ ### Source Data
166
+
167
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
168
+
169
+ #### Data Collection and Processing
170
+
171
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
172
+
173
+ [More Information Needed]
174
+
175
+ #### Who are the source data producers?
176
+
177
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
178
+
179
+ [More Information Needed]
180
+
181
+ ### Annotations [optional]
182
+
183
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
184
+
185
+ #### Annotation process
186
+
187
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
188
+
189
+ [More Information Needed]
190
+
191
+ #### Who are the annotators?
192
+
193
+ <!-- This section describes the people or systems who created the annotations. -->
194
+
195
+ [More Information Needed]
196
+
197
+ #### Personal and Sensitive Information
198
+
199
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
200
+
201
+ [More Information Needed]
202
+
203
+ ## Bias, Risks, and Limitations
204
+
205
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
206
+
207
+ [More Information Needed]
208
+
209
+ ### Recommendations
210
+
211
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
212
+
213
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
214
+
215
+ ## Citation [optional]
216
+
217
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
218
+
219
+ **BibTeX:**
220
+
221
+ [More Information Needed]
222
+
223
+ **APA:**
224
+
225
+ [More Information Needed]
226
+
227
+ ## Glossary [optional]
228
+
229
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
230
+
231
+ [More Information Needed]
232
+
233
+ ## More Information [optional]
234
+
235
+ [More Information Needed]
236
+
237
+ ## Dataset Card Authors [optional]
238
+
239
+ [More Information Needed]
240
+
241
+ ## Dataset Card Contact
242
+
243
+ [More Information Needed]