harpreetsahota commited on
Commit
0279b9e
·
verified ·
1 Parent(s): b2c7641

Upload README.md with huggingface_hub

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