ben-bitmind commited on
Commit
4518ecd
1 Parent(s): 9750a2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md CHANGED
@@ -27,3 +27,72 @@ configs:
27
  - split: validation
28
  path: data/validation-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: validation
28
  path: data/validation-*
29
  ---
30
+
31
+ # Dataset Card for Open Images Dataset
32
+
33
+ This dataset contains images from the Open Images dataset. It includes image URLs, split into training, validation, and test sets.
34
+
35
+ ## Dataset Details
36
+
37
+ ### Dataset Description
38
+
39
+ Open Images is a dataset of approximately 9 million URLs to images that have been annotated with image-level labels, bounding boxes, object segmentation masks, and visual relationships.
40
+
41
+ - **Curated by:** Google LLC
42
+ - **License:**
43
+ - Images: [CC BY 2.0 license](https://creativecommons.org/licenses/by/2.0/)
44
+
45
+ ### Dataset Sources
46
+
47
+ - **Repository:** [Open Images Dataset](https://storage.googleapis.com/openimages/web/index.html)
48
+
49
+ ## Uses
50
+
51
+ ### Direct Use
52
+
53
+ This dataset can be used for various computer vision tasks including image classification, object detection, segmentation, and visual relationship detection.
54
+
55
+ ### Out-of-Scope Use
56
+
57
+ The dataset should not be used for any malicious activities, and users should verify the license status of each image themselves.
58
+
59
+ ## Dataset Structure
60
+
61
+ The dataset is structured into three splits: train, test, and validation. Each split contains a parquet file with image URLs.
62
+
63
+ ## Dataset Creation
64
+
65
+ ### Curation Rationale
66
+
67
+ The dataset was created to advance research in computer vision by providing a large and diverse set of images.
68
+
69
+ ### Source Data
70
+
71
+ #### Data Collection and Processing
72
+
73
+ The images were collected from various sources across the web and are provided under the Creative Commons Attribution 2.0 license.
74
+
75
+ #### Who are the source data producers?
76
+
77
+ The images were sourced from various photographers and websites under the Creative Commons Attribution 2.0 license.
78
+
79
+ ## Bias, Risks, and Limitations
80
+
81
+ The dataset may contain biases inherent in the data sources. Users should be aware of these biases and exercise caution in interpreting the results.
82
+
83
+ ### Recommendations
84
+
85
+ Users should be aware of the biases, risks, and limitations of the dataset. It is recommended to review the dataset for any biases that may affect the results of your specific use case.
86
+
87
+ ## Citation
88
+
89
+ **BibTeX:**
90
+
91
+ ```bibtex
92
+ @misc{openimages,
93
+ author = {Google LLC},
94
+ title = {Open Images Dataset},
95
+ year = {2020},
96
+ howpublished = {\url{https://storage.googleapis.com/openimages/web/index.html}},
97
+ note = {Accessed: 2020-09-01}
98
+ }