Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- image-retrieval
|
| 5 |
+
- vision
|
| 6 |
+
- cub
|
| 7 |
+
pretty_name: CUB for Retrieval
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# CUB (Image Retrieval)
|
| 11 |
+
|
| 12 |
+
This repository contains the raw images for the **CUB** dataset, formatted for use with Dino v3 retrieval applications.
|
| 13 |
+
|
| 14 |
+
## Usage in Frontend
|
| 15 |
+
You can access these images directly via the Hugging Face `resolve` endpoint:
|
| 16 |
+
`https://huggingface.co/datasets/<USERNAME>/CUB/resolve/main/<PATH_TO_FILE>`
|