jamarks commited on
Commit
655b269
1 Parent(s): 105dea1

Upload README.md with huggingface_hub

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