Datasets:
Update Reproduction Info (#6)
Browse files- Add information about naming metadata (804f8152cfd84cd02352d1f7b5b2264b145838c6)
- Clarify reproduction instructions (2226e0b738b5be5e7df9b25a2118fb3dd20af864)
README.md
CHANGED
@@ -65,6 +65,10 @@ English, Latin
|
|
65 |
species_level_taxonomy_chains.csv
|
66 |
taxon.tab
|
67 |
licenses.csv
|
|
|
|
|
|
|
|
|
68 |
visuals/
|
69 |
kingodm_ToL_tree.html
|
70 |
kingdom_ToL_tree.pdf
|
@@ -74,7 +78,7 @@ English, Latin
|
|
74 |
```
|
75 |
|
76 |
Each `image_set` is approximately 30GB and contains 100 thousand images, each named `<treeoflife_id>.jpg`.
|
77 |
-
We cannot reproduce the `iNat21` data, but
|
78 |
|
79 |
Inside each shard is a collection of images (named `<treeoflife_id>.jpg`), for which each has the following files:
|
80 |
```
|
@@ -135,6 +139,9 @@ Note that the `species` column occasionally has entries such as "sp. ___(get ex)
|
|
135 |
| Taxonomic | _Animalia Chordata Aves Passeriformes Corvidae Pica hudsonia_ |
|
136 |
|
137 |
|
|
|
|
|
|
|
138 |
`species_level_taxonomy_chains.csv`: CSV with the ITIS taxonomic hierarchy, indicated as follows:
|
139 |
- `hierarchy_string_tsn`: string of Taxonomic Serial Numbers (TSN)* for the names of the ranks provided from highest to lowest, connected by dashes (eg., `202422-846491-660046-846497-846508-846553-954935-5549-5550`).
|
140 |
- `hierarchy_string_names`: string of the names of the ranks provided from highest to lowest, connected by arrows (eg., `Plantae->Biliphyta->Rhodophyta->Cyanidiophytina->Cyanidiophyceae->Cyanidiales->Cyanidiaceae->Cyanidium->Cyanidium caldarium`).
|
|
|
65 |
species_level_taxonomy_chains.csv
|
66 |
taxon.tab
|
67 |
licenses.csv
|
68 |
+
naming/
|
69 |
+
bioscan_name_lookup.json
|
70 |
+
eol_name_lookup.json
|
71 |
+
inat21_name_lookup.json
|
72 |
visuals/
|
73 |
kingodm_ToL_tree.html
|
74 |
kingdom_ToL_tree.pdf
|
|
|
78 |
```
|
79 |
|
80 |
Each `image_set` is approximately 30GB and contains 100 thousand images, each named `<treeoflife_id>.jpg`.
|
81 |
+
We cannot reproduce the `iNat21` data, but step-by-step [***reproduction instructions***](https://github.com/Imageomics/bioclip/blob/main/docs/imageomics/treeoflife10m.md#reproduce-treeoflife-10m) are provided on the BioCLIP GitHub repository to recreate the proper webdataset structure. This process will produce a collection of files named `shard-######.tar` in a `train`, `val`, and `train_small` folder with which to work.
|
82 |
|
83 |
Inside each shard is a collection of images (named `<treeoflife_id>.jpg`), for which each has the following files:
|
84 |
```
|
|
|
139 |
| Taxonomic | _Animalia Chordata Aves Passeriformes Corvidae Pica hudsonia_ |
|
140 |
|
141 |
|
142 |
+
`naming/`: these files provide the taxonomic name lookup for each data source in the reconstruction of the dataset.
|
143 |
+
|
144 |
+
|
145 |
`species_level_taxonomy_chains.csv`: CSV with the ITIS taxonomic hierarchy, indicated as follows:
|
146 |
- `hierarchy_string_tsn`: string of Taxonomic Serial Numbers (TSN)* for the names of the ranks provided from highest to lowest, connected by dashes (eg., `202422-846491-660046-846497-846508-846553-954935-5549-5550`).
|
147 |
- `hierarchy_string_names`: string of the names of the ranks provided from highest to lowest, connected by arrows (eg., `Plantae->Biliphyta->Rhodophyta->Cyanidiophytina->Cyanidiophyceae->Cyanidiales->Cyanidiaceae->Cyanidium->Cyanidium caldarium`).
|