Datasets:
File size: 1,705 Bytes
7c887b1 d15c387 7c887b1 d15c387 948153f 03e0a5c 2d0ce85 03e0a5c 2d0ce85 03e0a5c 2d0ce85 03e0a5c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
task_categories:
- object-detection
language:
- en
pretty_name: Object Detection for Olfactory References (ODOR) Dataset
size_categories:
- 1K<n<10K
tags:
- fine grained detection
- small object detection
- art
- smell
- olfaction
- computational humanities
license: cc-by-4.0
---
# The Object Detection for Olfactory References (ODOR) Dataset
<!-- Provide a quick summary of the dataset. -->
Real-world applications of computer vision in the humanities require algorithms to be robust against artistic abstraction, peripheral objects, and subtle differences between fine-grained target classes.
Existing datasets provide instance-level annotations on artworks but are generally biased towards the image centre and limited with regard to detailed object classes.
The ODOR dataset fills this gap, offering 38,116 object-level annotations across 4,712 images, spanning an extensive set of 139 fine-grained categories.
It has challenging dataset properties, such as a detailed set of categories, dense and overlapping objects, and spatial distribution over the whole image canvas.
Inspiring further research on artwork object detection and broader visual cultural heritage studies, the dataset challenges researchers to explore the intersection of object recognition and smell perception.
You can download the dataset using Hugging Face:
```python
from datasets import load_dataset
ds = load_dataset("mathiaszinnen/odor")
```
This dataset has received funding from the Odeuropa EU H2020 project under grant agreement No. 101004469.
<!--
## Citation
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|