jamarks commited on
Commit
bb367f9
1 Parent(s): 158082d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -98
README.md CHANGED
@@ -50,7 +50,7 @@ dataset_summary: '
50
 
51
  # Note: other available arguments include ''max_samples'', etc
52
 
53
- dataset = fouh.load_from_hub("jamarks/FGVC-Aircraft")
54
 
55
 
56
  # Launch the App
@@ -90,7 +90,7 @@ import fiftyone.utils.huggingface as fouh
90
 
91
  # Load the dataset
92
  # Note: other available arguments include 'max_samples', etc
93
- dataset = fouh.load_from_hub("jamarks/FGVC-Aircraft")
94
 
95
  # Launch the App
96
  session = fo.launch_app(dataset)
@@ -101,130 +101,79 @@ session = fo.launch_app(dataset)
101
 
102
  ### Dataset Description
103
 
104
- <!-- Provide a longer summary of what this dataset is. -->
105
 
 
 
 
106
 
107
 
108
- - **Curated by:** [More Information Needed]
109
- - **Funded by [optional]:** [More Information Needed]
110
- - **Shared by [optional]:** [More Information Needed]
111
  - **Language(s) (NLP):** en
112
  - **License:** other
113
 
114
- ### Dataset Sources [optional]
115
 
116
  <!-- Provide the basic links for the dataset. -->
117
 
118
- - **Repository:** [More Information Needed]
119
- - **Paper [optional]:** [More Information Needed]
120
- - **Demo [optional]:** [More Information Needed]
121
-
122
- ## Uses
123
-
124
- <!-- Address questions around how the dataset is intended to be used. -->
125
-
126
- ### Direct Use
127
-
128
- <!-- This section describes suitable use cases for the dataset. -->
129
-
130
- [More Information Needed]
131
 
132
- ### Out-of-Scope Use
133
-
134
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
135
-
136
- [More Information Needed]
137
 
138
  ## Dataset Structure
139
 
140
- <!-- 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. -->
141
-
142
- [More Information Needed]
143
-
144
- ## Dataset Creation
145
 
146
- ### Curation Rationale
147
 
148
- <!-- Motivation for the creation of this dataset. -->
 
 
 
149
 
150
- [More Information Needed]
151
 
152
- ### Source Data
153
-
154
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
155
-
156
- #### Data Collection and Processing
157
-
158
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
159
-
160
- [More Information Needed]
161
-
162
- #### Who are the source data producers?
163
 
164
  <!-- 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. -->
165
 
166
- [More Information Needed]
167
-
168
- ### Annotations [optional]
169
-
170
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
171
-
172
- #### Annotation process
173
-
174
- <!-- 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. -->
175
 
176
- [More Information Needed]
177
 
178
- #### Who are the annotators?
179
 
180
- <!-- This section describes the people or systems who created the annotations. -->
181
 
182
- [More Information Needed]
183
-
184
- #### Personal and Sensitive Information
185
-
186
- <!-- 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. -->
187
-
188
- [More Information Needed]
189
-
190
- ## Bias, Risks, and Limitations
191
-
192
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
193
-
194
- [More Information Needed]
195
-
196
- ### Recommendations
197
-
198
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
199
-
200
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
201
-
202
- ## Citation [optional]
203
 
 
204
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
205
 
206
  **BibTeX:**
207
 
208
- [More Information Needed]
209
-
210
- **APA:**
211
-
212
- [More Information Needed]
213
-
214
- ## Glossary [optional]
215
-
216
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
217
-
218
- [More Information Needed]
219
-
220
- ## More Information [optional]
221
-
222
- [More Information Needed]
223
-
224
- ## Dataset Card Authors [optional]
225
-
226
- [More Information Needed]
227
 
228
- ## Dataset Card Contact
229
 
230
- [More Information Needed]
 
50
 
51
  # Note: other available arguments include ''max_samples'', etc
52
 
53
+ dataset = fouh.load_from_hub("Voxel51/FGVC-Aircraft")
54
 
55
 
56
  # Launch the App
 
90
 
91
  # Load the dataset
92
  # Note: other available arguments include 'max_samples', etc
93
+ dataset = fouh.load_from_hub("Voxel51/FGVC-Aircraft")
94
 
95
  # Launch the App
96
  session = fo.launch_app(dataset)
 
101
 
102
  ### Dataset Description
103
 
104
+ Fine-Grained Visual Classification of Aircraft (FGVC-Aircraft) is a benchmark dataset for the fine grained visual categorization of aircraft.
105
 
106
+ **Note** This data has been used as part of the ImageNet FGVC challenge in conjuction with the International Conference on Computer Vision (ICCV) 2013. Test labels were not made available until the challenge due to the ImageNet challenge policy. They have now been released as part of the download above. If you arelady downloaded the iamge archive and want to have access to the test labels, simply download the annotations archive again.
107
+
108
+ **Note** Images in the benchmark are generously made available for non-commercial research purposes only by a number of airplane spotters. Please note that the original authors retain the copyright of the respective photographs and should be contacted for any other use. For further details see the copyright note below.
109
 
110
 
 
 
 
111
  - **Language(s) (NLP):** en
112
  - **License:** other
113
 
114
+ ### Dataset Sources
115
 
116
  <!-- Provide the basic links for the dataset. -->
117
 
118
+ - **Homepage:** https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/#format
119
+ - **Paper:** [Towards a Detailed Understanding of Objects and Scenes in Natural Images](http://www.clsp.jhu.edu/workshops/archive/ws-12/groups/tduosn/)
 
 
 
 
 
 
 
 
 
 
 
120
 
 
 
 
 
 
121
 
122
  ## Dataset Structure
123
 
124
+ The dataset contains 10,200 images of aircraft, with 100 images for each of 102 different aircraft model variants, most of which are airplanes. The (main) aircraft in each image is annotated with a tight bounding box and a hierarchical airplane model label.
 
 
 
 
125
 
126
+ Aircraft models are organized in a four-levels hierarchy. The four levels, from finer to coarser, are:
127
 
128
+ - **Model**, e.g. *Boeing 737-76J*. Since certain models are nearly visually indistinguishable, this level is not used in the evaluation.
129
+ - **Variant**, e.g. *Boeing 737-700*. A variant collapses all the models that are visually indistinguishable into one class. The dataset comprises 102 different variants.
130
+ - **Family**, e.g. *Boeing 737*. The dataset comprises 70 different families.
131
+ - **Manufacturer**, e.g. *Boeing*. The dataset comprises 41 different manufacturers.
132
 
133
+ The data is divided into three equally-sized training, validation and test subsets. The first two sets can be used for development, and the latter should be used for final evaluation only. The format of the data is described next.
134
 
135
+ ## Dataset Creation
 
 
 
 
 
 
 
 
 
 
136
 
137
  <!-- 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. -->
138
 
139
+ The creation of this dataset started during the Johns Hopkins CLSP Summer Workshop 2012 [Towards a Detailed Understanding of Objects and Scenes in Natural Images](http://www.clsp.jhu.edu/workshops/archive/ws-12/groups/tduosn/) with, in alphabetical order, Matthew B. Blaschko, Ross B. Girshick, Juho Kannala, Iasonas Kokkinos, Siddharth Mahendran, Subhransu Maji, Sammy Mohamed, Esa Rahtu, Naomi Saphra, Karen Simonyan, Ben Taskar, Andrea Vedaldi, and David Weiss.
 
 
 
 
 
 
 
 
140
 
141
+ The CLSP workshop was supported by the National Science Foundation via Grant No 1005411, the Office of the Director of National Intelligence via the JHU Human Language Technology Center of Excellence; and Google Inc.
142
 
143
+ A special thanks goes to Pekka Rantalankila for helping with the creation of the airplane hieararchy.
144
 
145
+ Many thanks to the photographers that kindly made available their images for research purposes. Each photographer is listed below, along with a link to his/her [airlners.net](http://airliners.net/) page:
146
 
147
+ - [Mick Bajcar](http://www.airliners.net/profile/dendrobatid)
148
+ - [Aldo Bidini](http://www.airliners.net/profile/aldobid)
149
+ - [Wim Callaert](http://www.airliners.net/profile/minoeke)
150
+ - [Tommy Desmet](http://www.airliners.net/profile/tommypilot)
151
+ - [Thomas Posch](http://www.airliners.net/profile/snorre)
152
+ - [James Richard Covington](http://www.airliners.net/profile/lemonkitty)
153
+ - [Gerry Stegmeier](http://www.airliners.net/profile/stegi)
154
+ - [Ben Wang](http://www.airliners.net/profile/aal151heavy)
155
+ - [Darren Wilson](http://www.airliners.net/profile/dazbo5)
156
+ - [Konstantin von Wedelstaedt](http://www.airliners.net/profile/fly-k)
157
+ -
158
+ Please note that the images are made available **exclusively for non-commercial research purposes**. The original authors retain the copyright on the respective pictures and should be contacted for any other usage of them.
 
 
 
 
 
 
 
 
 
159
 
160
+ ## Citation
161
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
162
 
163
  **BibTeX:**
164
 
165
+ ```bibtex
166
+ @techreport{maji13fine-grained,
167
+ title = {Fine-Grained Visual Classification of Aircraft},
168
+ author = {S. Maji and J. Kannala and E. Rahtu
169
+ and M. Blaschko and A. Vedaldi},
170
+ year = {2013},
171
+ archivePrefix = {arXiv},
172
+ eprint = {1306.5151},
173
+ primaryClass = "cs-cv",
174
+ }
175
+ ```
 
 
 
 
 
 
 
 
176
 
177
+ ## Dataset Card Author
178
 
179
+ [Jacob Marks](https://huggingface.co/jamarks)