Datasets:
Commit
·
03e0a5c
1
Parent(s):
d15c387
Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,55 @@ tags:
|
|
13 |
- smell
|
14 |
- olfaction
|
15 |
- computational humanities
|
16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- smell
|
14 |
- olfaction
|
15 |
- computational humanities
|
16 |
+
---
|
17 |
+
# The Object Detection for Olfactory References (ODOR) Dataset
|
18 |
+
|
19 |
+
<!-- Provide a quick summary of the dataset. -->
|
20 |
+
|
21 |
+
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.
|
22 |
+
|
23 |
+
Existing datasets provide instance-level annotations on artworks but are generally biased towards the image centre and limited with regard to detailed object classes.
|
24 |
+
|
25 |
+
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.
|
26 |
+
|
27 |
+
It has challenging dataset properties, such as a detailed set of categories, dense and overlapping objects, and spatial distribution over the whole image canvas.
|
28 |
+
|
29 |
+
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.
|
30 |
+
|
31 |
+
## Dataset Details
|
32 |
+
|
33 |
+
You can download the dataset using Hugging Face:
|
34 |
+
|
35 |
+
```python
|
36 |
+
from datasets import load_dataset
|
37 |
+
ds = load_dataset("mathiaszinnen/odor")
|
38 |
+
```
|
39 |
+
|
40 |
+
|
41 |
+
### Dataset Description
|
42 |
+
|
43 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
- **Curated by:** [More Information Needed]
|
48 |
+
- **Funded by :** This dataset has received funding from the Odeuropa EU H2020 project under grant agreement No. 101004469.
|
49 |
+
- **License:** [More Information Needed]
|
50 |
+
|
51 |
+
|
52 |
+
## Citation
|
53 |
+
|
54 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
55 |
+
|
56 |
+
**BibTeX:**
|
57 |
+
|
58 |
+
|
59 |
+
|
60 |
+
**APA:**
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
|
65 |
+
## Dataset Card Contact
|
66 |
+
|
67 |
+
[More Information Needed]
|