duchema commited on
Commit
ed0e771
·
verified ·
1 Parent(s): 1ac1bb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: cc-by-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-2.0
3
+ task_categories:
4
+ - feature-extraction
5
+ pretty_name: open-images-100k-180x180
6
+ size_categories:
7
+ - 100K<n<1M
8
+ ---
9
+
10
+ # Open Images Dataset 100K 180x180 - Dataset Card
11
+ This dataset provides **modified** images from the Open Images Dataset. Images are available in HDF5 format along with their URLs in TsvHttpData-1.0 format. The dataset is divided into training, validation, and test sets.
12
+
13
+ - **Curated by:** Google LLC
14
+ - **Images License:** [CC BY 2.0 License](https://creativecommons.org/licenses/by/2.0/)
15
+ - **Original (Google) Repository:** [Open Images Dataset](https://storage.googleapis.com/openimages/web/index.html)
16
+ - **Hugging Face Repository:** [bitmind/open-images-v7](https://huggingface.co/datasets/bitmind/open-images-v7)
17
+
18
+ ## Dataset Overview
19
+
20
+ ### Description
21
+ This dataset comprises a selected subset of 300,000 images from the original Open Images Dataset. These images have been processed to meet specific criteria, ensuring uniformity and quality across training, validation, and test sets.
22
+
23
+ ### Selection Criteria
24
+ To create a consistent and high-quality subset, the following selection criteria were applied to the Open Images URLs:
25
+
26
+ - **Integrity**: Images must be available and uncorrupted.
27
+ - **Color Format**: Only RGB color images are included.
28
+ - **Aspect Ratio**: Images have an aspect ratio between 0.5 and 2.
29
+ - **Resolution**: Both width and height are at least 180 pixels.
30
+
31
+ Only the first 300,000 URLs meeting these criteria were selected.
32
+
33
+ ### Image Modifications
34
+ Each image in the dataset underwent the following modifications:
35
+
36
+ - **Center Cropping**: Images are center-cropped to a square shape along the largest dimension.
37
+ - **Resizing**: Each image is resized to 180x180 pixels using Lanczos resampling.
38
+
39
+ ## Usage Guidelines
40
+
41
+ ### License and Permissions
42
+ The images in this dataset are provided under the [CC BY 2.0 license](https://creativecommons.org/licenses/by/2.0/). Users are encouraged to verify the license status of each image and respect any additional restrictions.
43
+
44
+ ### Responsible Use
45
+ This dataset is intended for research and educational purposes only. Users are expected to avoid any activities that may harm individuals, organizations, or violate ethical guidelines.