harpreetsahota commited on
Commit
c30aed5
·
verified ·
1 Parent(s): a19cc47

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +236 -0
README.md ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language: en
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - n<1K
7
+ task_categories: []
8
+ task_ids: []
9
+ pretty_name: vineyard-pruning
10
+ tags:
11
+ - agriculture
12
+ - fiftyone
13
+ - image
14
+ - precision-agriculture
15
+ - pruning
16
+ - segmentation
17
+ - vineyard
18
+ description: 536 vineyard images (Tierra de Barros, Badajoz, Spain) with polygon annotations
19
+ for vine trunk, unpruned shoot, and pruned shoot -- for automated/robotic vineyard
20
+ pruning research.
21
+ dataset_summary: '
22
+
23
+
24
+
25
+ ![image/png](dataset_preview.jpg)
26
+
27
+
28
+
29
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 536 samples.
30
+
31
+
32
+ ## Installation
33
+
34
+
35
+ If you haven''t already, install FiftyOne:
36
+
37
+
38
+ ```bash
39
+
40
+ pip install -U fiftyone
41
+
42
+ ```
43
+
44
+
45
+ ## Usage
46
+
47
+
48
+ ```python
49
+
50
+ import fiftyone as fo
51
+
52
+ from fiftyone.utils.huggingface import load_from_hub
53
+
54
+
55
+ # Load the dataset
56
+
57
+ # Note: other available arguments include ''max_samples'', etc
58
+
59
+ dataset = load_from_hub("harpreetsahota/vineyard-pruning")
60
+
61
+
62
+ # Launch the App
63
+
64
+ session = fo.launch_app(dataset)
65
+
66
+ ```
67
+
68
+ '
69
+ ---
70
+
71
+ # Dataset Card for vineyard-pruning
72
+
73
+ <!-- Provide a quick summary of the dataset. -->
74
+
75
+
76
+
77
+
78
+ ![image/png](dataset_preview.jpg)
79
+
80
+
81
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 536 samples.
82
+
83
+ ## Installation
84
+
85
+ If you haven't already, install FiftyOne:
86
+
87
+ ```bash
88
+ pip install -U fiftyone
89
+ ```
90
+
91
+ ## Usage
92
+
93
+ ```python
94
+ import fiftyone as fo
95
+ from fiftyone.utils.huggingface import load_from_hub
96
+
97
+ # Load the dataset
98
+ # Note: other available arguments include 'max_samples', etc
99
+ dataset = load_from_hub("harpreetsahota/vineyard-pruning")
100
+
101
+ # Launch the App
102
+ session = fo.launch_app(dataset)
103
+ ```
104
+
105
+
106
+ ## Dataset Details
107
+
108
+ ### Dataset Description
109
+
110
+ <!-- Provide a longer summary of what this dataset is. -->
111
+
112
+
113
+
114
+ - **Curated by:** [More Information Needed]
115
+ - **Funded by [optional]:** [More Information Needed]
116
+ - **Shared by [optional]:** [More Information Needed]
117
+ - **Language(s) (NLP):** en
118
+ - **License:** cc-by-4.0
119
+
120
+ ### Dataset Sources [optional]
121
+
122
+ <!-- Provide the basic links for the dataset. -->
123
+
124
+ - **Repository:** [More Information Needed]
125
+ - **Paper [optional]:** [More Information Needed]
126
+ - **Demo [optional]:** [More Information Needed]
127
+
128
+ ## Uses
129
+
130
+ <!-- Address questions around how the dataset is intended to be used. -->
131
+
132
+ ### Direct Use
133
+
134
+ <!-- This section describes suitable use cases for the dataset. -->
135
+
136
+ [More Information Needed]
137
+
138
+ ### Out-of-Scope Use
139
+
140
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
141
+
142
+ [More Information Needed]
143
+
144
+ ## Dataset Structure
145
+
146
+ <!-- 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. -->
147
+
148
+ [More Information Needed]
149
+
150
+ ## Dataset Creation
151
+
152
+ ### Curation Rationale
153
+
154
+ <!-- Motivation for the creation of this dataset. -->
155
+
156
+ [More Information Needed]
157
+
158
+ ### Source Data
159
+
160
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
161
+
162
+ #### Data Collection and Processing
163
+
164
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
165
+
166
+ [More Information Needed]
167
+
168
+ #### Who are the source data producers?
169
+
170
+ <!-- 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. -->
171
+
172
+ [More Information Needed]
173
+
174
+ ### Annotations [optional]
175
+
176
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
177
+
178
+ #### Annotation process
179
+
180
+ <!-- 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. -->
181
+
182
+ [More Information Needed]
183
+
184
+ #### Who are the annotators?
185
+
186
+ <!-- This section describes the people or systems who created the annotations. -->
187
+
188
+ [More Information Needed]
189
+
190
+ #### Personal and Sensitive Information
191
+
192
+ <!-- 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. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## Bias, Risks, and Limitations
197
+
198
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
199
+
200
+ [More Information Needed]
201
+
202
+ ### Recommendations
203
+
204
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
205
+
206
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
207
+
208
+ ## Citation [optional]
209
+
210
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
211
+
212
+ **BibTeX:**
213
+
214
+ [More Information Needed]
215
+
216
+ **APA:**
217
+
218
+ [More Information Needed]
219
+
220
+ ## Glossary [optional]
221
+
222
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
223
+
224
+ [More Information Needed]
225
+
226
+ ## More Information [optional]
227
+
228
+ [More Information Needed]
229
+
230
+ ## Dataset Card Authors [optional]
231
+
232
+ [More Information Needed]
233
+
234
+ ## Dataset Card Contact
235
+
236
+ [More Information Needed]