Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,6 @@ Per INRIA, if you use this dataset, please cite the following paper:
|
|
| 17 |
> "Hamming Embedding and Weak Geometry Consistency for Large Scale Image Search"
|
| 18 |
> Proceedings of the 10th European Conference on Computer Vision, October 2008.
|
| 19 |
|
| 20 |
-
---
|
| 21 |
|
| 22 |
## Dataset Details
|
| 23 |
|
|
@@ -44,10 +43,14 @@ The dataset supports retrieval tasks where given a query image, the goal is to f
|
|
| 44 |
|
| 45 |
This uses a [Kaggle Version](https://www.kaggle.com/datasets/vadimshabashov/inria-holidays/data) to pull the data.
|
| 46 |
|
| 47 |
-
---
|
| 48 |
-
|
| 49 |
## Example Usage
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
```python
|
| 52 |
from datasets import load_dataset
|
| 53 |
|
|
@@ -65,19 +68,15 @@ example["query"].show()
|
|
| 65 |
example["similar"][0].show()
|
| 66 |
```
|
| 67 |
|
| 68 |
-
---
|
| 69 |
|
| 70 |
## License and Disclaimer
|
| 71 |
|
| 72 |
This dataset is provided "as is" by INRIA without any warranties or guarantees. Users assume all responsibility for how they use the dataset.
|
| 73 |
|
| 74 |
-
---
|
| 75 |
-
|
| 76 |
## Contact and Support
|
| 77 |
|
| 78 |
For questions or issues regarding the dataset, please refer to the original INRIA Holidays dataset webpage or contact INRIA.
|
| 79 |
|
| 80 |
-
---
|
| 81 |
|
| 82 |
## Citation in BibTeX format
|
| 83 |
|
|
|
|
| 17 |
> "Hamming Embedding and Weak Geometry Consistency for Large Scale Image Search"
|
| 18 |
> Proceedings of the 10th European Conference on Computer Vision, October 2008.
|
| 19 |
|
|
|
|
| 20 |
|
| 21 |
## Dataset Details
|
| 22 |
|
|
|
|
| 43 |
|
| 44 |
This uses a [Kaggle Version](https://www.kaggle.com/datasets/vadimshabashov/inria-holidays/data) to pull the data.
|
| 45 |
|
|
|
|
|
|
|
| 46 |
## Example Usage
|
| 47 |
|
| 48 |
+
You need to have `kagglehub` to run this download:
|
| 49 |
+
|
| 50 |
+
```bash
|
| 51 |
+
pip install kagglehub
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
```python
|
| 55 |
from datasets import load_dataset
|
| 56 |
|
|
|
|
| 68 |
example["similar"][0].show()
|
| 69 |
```
|
| 70 |
|
|
|
|
| 71 |
|
| 72 |
## License and Disclaimer
|
| 73 |
|
| 74 |
This dataset is provided "as is" by INRIA without any warranties or guarantees. Users assume all responsibility for how they use the dataset.
|
| 75 |
|
|
|
|
|
|
|
| 76 |
## Contact and Support
|
| 77 |
|
| 78 |
For questions or issues regarding the dataset, please refer to the original INRIA Holidays dataset webpage or contact INRIA.
|
| 79 |
|
|
|
|
| 80 |
|
| 81 |
## Citation in BibTeX format
|
| 82 |
|