harpreetsahota commited on
Commit
5df1e6f
1 Parent(s): 0376f69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -32
README.md CHANGED
@@ -81,7 +81,7 @@ import fiftyone.utils.huggingface as fouh
81
 
82
  # Load the dataset
83
  # Note: other available arguments include 'max_samples', etc
84
- dataset = fouh.load_from_hub("harpreetsahota/Coursera_homework_dataset_train")
85
 
86
  # Launch the App
87
  session = fo.launch_app(dataset)
@@ -97,28 +97,25 @@ This dataset is a modified subset of the [LVIS dataset](https://www.lvisdataset.
97
  The dataset here only contains detections, some of which have been artificially perturbed and altered to demonstrate data centric AI techniques and methodologies for the course.
98
 
99
  This dataset has the following labels:
100
-
101
- - 'jacket'
102
- - 'coat'
103
- - 'jean'
104
- - 'trousers'
105
- - 'short_pants'
106
- - 'trash_can'
107
- - 'bucket'
108
- - 'flowerpot'
109
- - 'helmet'
110
- - 'baseball_cap'
111
- - 'hat'
112
- - 'sunglasses'
113
- - 'goggles'
114
- - 'doughnut'
115
- - 'pastry'
116
- - 'onion'
117
- - 'tomato'
118
-
119
- ### Dataset Sources [optional]
120
-
121
- <!-- Provide the basic links for the dataset. -->
122
 
123
  - **Repository:** https://www.lvisdataset.org/
124
  - **Paper:** https://arxiv.org/abs/1908.03195
@@ -134,15 +131,15 @@ Each image in the dataset comes with detailed annotations in FiftyOne detection
134
 
135
  ```python
136
  <Detection: {
137
- 'id': '66a2f24cce2f9d11d98d39f3',
138
  'attributes': {},
139
  'tags': [],
140
- 'label': 'trousers',
141
  'bounding_box': [
142
- 0.5562343750000001,
143
- 0.4614166666666667,
144
- 0.1974375,
145
- 0.29300000000000004,
146
  ],
147
  'mask': None,
148
  'confidence': None,
@@ -154,7 +151,7 @@ Each image in the dataset comes with detailed annotations in FiftyOne detection
154
 
155
  ### Curation Rationale
156
 
157
- The selected labels for this dataset is due to the fact that these objects can be confusing to a model. Thus, making them a great choice for demonstrating data centric AI techniques.
158
 
159
  ### Source Data
160
 
@@ -162,8 +159,6 @@ This is a subset of the [LVIS dataset.](https://www.lvisdataset.org/)
162
 
163
  ## Citation
164
 
165
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
166
-
167
  **BibTeX:**
168
 
169
  ```bibtex
 
81
 
82
  # Load the dataset
83
  # Note: other available arguments include 'max_samples', etc
84
+ dataset = fouh.load_from_hub("Voxel51/Coursera_homework_dataset_train")
85
 
86
  # Launch the App
87
  session = fo.launch_app(dataset)
 
97
  The dataset here only contains detections, some of which have been artificially perturbed and altered to demonstrate data centric AI techniques and methodologies for the course.
98
 
99
  This dataset has the following labels:
100
+ - 'bolt'
101
+ - 'knob'
102
+ - 'tag'
103
+ - 'button'
104
+ - 'bottle_cap'
105
+ - 'belt'
106
+ - 'strap'
107
+ - 'necktie'
108
+ - 'shirt'
109
+ - 'sweater'
110
+ - 'streetlight'
111
+ - 'pole'
112
+ - 'reflector'
113
+ - 'headlight'
114
+ - 'taillight'
115
+ - 'traffic_light'
116
+ - 'rearview_mirror'
117
+
118
+ ### Dataset Sources
 
 
 
119
 
120
  - **Repository:** https://www.lvisdataset.org/
121
  - **Paper:** https://arxiv.org/abs/1908.03195
 
131
 
132
  ```python
133
  <Detection: {
134
+ 'id': '66a2f24cce2f9d11d98d3a21',
135
  'attributes': {},
136
  'tags': [],
137
+ 'label': 'shirt',
138
  'bounding_box': [
139
+ 0.25414,
140
+ 0.35845238095238097,
141
+ 0.041960000000000004,
142
+ 0.051011904761904765,
143
  ],
144
  'mask': None,
145
  'confidence': None,
 
151
 
152
  ### Curation Rationale
153
 
154
+ The selected labels for this dataset is because these objects can be confusing to a model. Thus, making them a great choice for demonstrating data centric AI techniques.
155
 
156
  ### Source Data
157
 
 
159
 
160
  ## Citation
161
 
 
 
162
  **BibTeX:**
163
 
164
  ```bibtex