madebyollin
commited on
Commit
•
babc8bc
1
Parent(s):
aba7942
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
---
|
4 |
+
|
5 |
+
This dataset is a shuffled list of downloadable CC0 image titles and URLs from [Smithsonian Open Access](https://github.com/Smithsonian/OpenAccess).
|
6 |
+
Some images may be omitted due to limitations or oversights in the preprocessing pipeline, but there's no deliberate curation.
|
7 |
+
|
8 |
+
This dataset only contains metadata; a tool like https://github.com/rom1504/img2dataset can be used to download the actual images:
|
9 |
+
|
10 |
+
```bash
|
11 |
+
img2dataset --url_list data --output_folder data_files \
|
12 |
+
--input_format "parquet" --output_format files \
|
13 |
+
--caption_col "text" --url_col "url" \
|
14 |
+
--image_size 256 --min_image_size 128 --resize_mode keep_ratio --resize_only_if_bigger true \
|
15 |
+
--processes_count 16 --thread_count 128
|
16 |
+
```
|
17 |
+
|
18 |
+
This dataset is dominated by botanical images from NMNH. Here's what a random selection looks like with all NMNH images excluded:
|
19 |
+
|
20 |
+
![](random_non_nmnh.png)
|
21 |
+
|
22 |
+
vs. a true-random selection:
|
23 |
+
|
24 |
+
![](true_random.png)
|