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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -118
README.md CHANGED
@@ -6,6 +6,8 @@ size_categories:
6
  task_categories:
7
  - image-classification
8
  - object-detection
 
 
9
  task_ids: []
10
  pretty_name: quickstart-3d
11
  tags:
@@ -15,7 +17,7 @@ tags:
15
  - image-classification
16
  - object-detection
17
  - quickstart
18
- dataset_summary: '
19
 
20
 
21
 
@@ -23,13 +25,14 @@ dataset_summary: '
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
@@ -51,9 +54,9 @@ dataset_summary: '
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
@@ -61,8 +64,6 @@ dataset_summary: '
61
  session = fo.launch_app(dataset)
62
 
63
  ```
64
-
65
- '
66
  ---
67
 
68
  # Dataset Card for quickstart-3d
@@ -93,7 +94,7 @@ 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)
@@ -106,128 +107,30 @@ session = fo.launch_app(dataset)
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]
 
6
  task_categories:
7
  - image-classification
8
  - object-detection
9
+ - image-to-3d
10
+ - text-to-3d
11
  task_ids: []
12
  pretty_name: quickstart-3d
13
  tags:
 
17
  - image-classification
18
  - object-detection
19
  - quickstart
20
+ dataset_summary: >
21
 
22
 
23
 
 
25
 
26
 
27
 
28
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 200
29
+ samples.
30
 
31
 
32
  ## Installation
33
 
34
 
35
+ If you haven't already, install FiftyOne:
36
 
37
 
38
  ```bash
 
54
 
55
  # Load the dataset
56
 
57
+ # Note: other available arguments include 'max_samples', etc
58
 
59
+ dataset = fouh.load_from_hub("Voxel51/quickstart-3d")
60
 
61
 
62
  # Launch the App
 
64
  session = fo.launch_app(dataset)
65
 
66
  ```
 
 
67
  ---
68
 
69
  # Dataset Card for quickstart-3d
 
94
 
95
  # Load the dataset
96
  # Note: other available arguments include 'max_samples', etc
97
+ dataset = fouh.load_from_hub("Voxel51/quickstart-3d")
98
 
99
  # Launch the App
100
  session = fo.launch_app(dataset)
 
107
 
108
  <!-- Provide a longer summary of what this dataset is. -->
109
 
 
 
 
 
 
110
  - **Language(s) (NLP):** en
111
  - **License:** [More Information Needed]
112
 
113
+ ### Dataset Sources
114
 
115
  <!-- Provide the basic links for the dataset. -->
116
 
117
+ - **Homepage:** https://docs.voxel51.com/user_guide/dataset_zoo/datasets.html#quickstart-3d
118
+ - **Demo:** https://try.fiftyone.ai/datasets/quickstart-3d/samples
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
 
 
120
 
121
+ ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
 
123
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
124
 
125
  **BibTeX:**
126
 
127
+ @article{moore2020fiftyone,
128
+ title={FiftyOne},
129
+ author={Moore, B. E. and Corso, J. J.},
130
+ journal={GitHub. Note: https://github.com/voxel51/fiftyone},
131
+ year={2020}
132
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
133
 
134
+ ## Dataset Card Author
135
 
136
+ [Jacob Marks](https://huggingface.co/jamarks)