Update README.md
Browse files
README.md
CHANGED
|
@@ -35,19 +35,13 @@ source for images:
|
|
| 35 |
## Introduction
|
| 36 |
This dataset provides CLIP embeddings for images of insects, enabling similarity search and content-based retrieval.
|
| 37 |
|
| 38 |
-
---
|
| 39 |
-
## Examples of image retrieval
|
| 40 |
-
|
| 41 |
-

|
| 42 |
-

|
| 43 |
-

|
| 44 |
-

|
| 45 |
-
|
| 46 |
-
---
|
| 47 |
## Source
|
| 48 |
All images were sourced from [Francesco/insects-mytwu](https://huggingface.co/datasets/Francesco/insects-mytwu).
|
| 49 |
|
| 50 |
-
|
|
|
|
|
|
|
|
|
|
| 51 |
## Sample Usage
|
| 52 |
```python
|
| 53 |
from datasets import load_dataset
|
|
@@ -55,7 +49,13 @@ from datasets import load_dataset
|
|
| 55 |
ds_new = load_dataset("hkanade/insect_image_retrieval")
|
| 56 |
ds_new["train"][0]["image"]
|
| 57 |
```
|
| 58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
## Citation
|
| 60 |
|
| 61 |
If you use this dataset, please cite:
|
|
|
|
| 35 |
## Introduction
|
| 36 |
This dataset provides CLIP embeddings for images of insects, enabling similarity search and content-based retrieval.
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
## Source
|
| 39 |
All images were sourced from [Francesco/insects-mytwu](https://huggingface.co/datasets/Francesco/insects-mytwu).
|
| 40 |
|
| 41 |
+
## Code
|
| 42 |
+
If you wish to create a similar dataset then feel free to use the code provided here:
|
| 43 |
+
https://github.com/rishik18/CLIP_embedding_based_retrieval
|
| 44 |
+
|
| 45 |
## Sample Usage
|
| 46 |
```python
|
| 47 |
from datasets import load_dataset
|
|
|
|
| 49 |
ds_new = load_dataset("hkanade/insect_image_retrieval")
|
| 50 |
ds_new["train"][0]["image"]
|
| 51 |
```
|
| 52 |
+
## Examples of image retrieval
|
| 53 |
+
|
| 54 |
+

|
| 55 |
+

|
| 56 |
+

|
| 57 |
+

|
| 58 |
+
|
| 59 |
## Citation
|
| 60 |
|
| 61 |
If you use this dataset, please cite:
|