Datasets:
clarify updated embeddings structure
Browse files
README.md
CHANGED
|
@@ -69,14 +69,10 @@ dataset/
|
|
| 69 |
...
|
| 70 |
image_set_63.tar.gz
|
| 71 |
embeddings/
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
txt_emb_species.npy
|
| 75 |
-
bioclip/
|
| 76 |
-
txt_emb_species.json
|
| 77 |
-
txt_emb_species.npy
|
| 78 |
txt_emb_species.json
|
| 79 |
-
txt_emb_species.npy
|
| 80 |
metadata/
|
| 81 |
catalog.csv
|
| 82 |
species_level_taxonomy_chains.csv
|
|
@@ -94,7 +90,7 @@ visuals/
|
|
| 94 |
phyla_ToL_tree.png
|
| 95 |
```
|
| 96 |
|
| 97 |
-
[BioCLIP](https://huggingface.co/imageomics/bioclip) and [BioCAP](https://huggingface.co/imageomics/biocap) text embeddings for TreeOfLife-10M images are provided under `embeddings/<model-name>
|
| 98 |
|
| 99 |
Each `image_set` is approximately 30GB and contains 100 thousand images, each named `<treeoflife_id>.jpg`.
|
| 100 |
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.
|
|
|
|
| 69 |
...
|
| 70 |
image_set_63.tar.gz
|
| 71 |
embeddings/
|
| 72 |
+
txt_emb_biocap.npy
|
| 73 |
+
txt_emb_bioclip.npy
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
txt_emb_species.json
|
| 75 |
+
txt_emb_species.npy # duplicate of txt_emb_bioclip.npy to support backwards compatibility
|
| 76 |
metadata/
|
| 77 |
catalog.csv
|
| 78 |
species_level_taxonomy_chains.csv
|
|
|
|
| 90 |
phyla_ToL_tree.png
|
| 91 |
```
|
| 92 |
|
| 93 |
+
[BioCLIP](https://huggingface.co/imageomics/bioclip) and [BioCAP](https://huggingface.co/imageomics/biocap) text embeddings for TreeOfLife-10M images are provided under `embeddings/txt_emb_<model-name>.npy`. The BioCLIP text embeddigns are duplicated as `txt_emb_species.npy` to maintain [`pybioclip`](http://github.com/Imageomics/pybioclip) functionality for versions 2.1.1 and earlier, which do not incorporate BioCAP as a "Tree of Life Model".
|
| 94 |
|
| 95 |
Each `image_set` is approximately 30GB and contains 100 thousand images, each named `<treeoflife_id>.jpg`.
|
| 96 |
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.
|