File size: 2,142 Bytes
1e243f1
 
2e07f41
 
 
eb03e0f
 
 
 
 
2e07f41
 
 
 
ccc1ca5
e4d9d47
ccc1ca5
e4d9d47
ccc1ca5
 
e4d9d47
 
 
 
 
 
 
 
 
 
 
ccc1ca5
ed74059
5907ab4
 
ed74059
62e5535
5907ab4
62e5535
ccc1ca5
 
 
 
 
 
 
 
 
 
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
49
---
license: cc-by-4.0
language:
- en
tags:
- computer-vision
- retail
- retail-imagery
- stores
- object-detection
size_categories:
- n<1K
task_categories:
- object-detection
---
## Dataset Description

The Retail Object Detector dataset supports training and evaluating computer vision models for general object detection in retail environments. 
It contains 749 labeled .PNG images across train, dev, and test splits, combining real retail images with AI generated synthetic images to improve model robustness. 

Each image includes a corresponding Pascal VOC XML annotation with bounding boxes and a single class label 'obj', intended for research, model development, and inventory monitoring use cases, performace may vary with lighting, occlusion, camera angle, and image quality.

# Intended Use

This dataset is intended for research, experimentation, educational applications, and early-stage development of retail computer vision systems. 
It can be used for developing and evaluating object detection models focused on identifying and localizing items in shelf-like environments, with potential applications including shelf item detection, stock visibility analysis, and planogram compliance experiments.

# Dataset Strengths

The dataset combines synthetic and non-synthetic imagery, providing two different sources of visual data for experimentation. Images represent multiple shelf and storage configurations, while maintaining a consistent object-detection annotation structure. 
The dataset uses a single OBJ class, allowing it to be used as a general-purpose object localization dataset without requiring product-specific classification labels.

## Dataset formatting
![ROD_img1.0.png](DATA_PREVIEW/ROD_img1.0.png)
![ROD_img2.0.png](DATA_PREVIEW/ROD_img2.0.png)

## Image formatting
![ROD_img3.0.png](DATA_PREVIEW/ROD_img3.0.png)

## Citation
```latex
@dataset{ratio1_drone_dataset_2026,
  author       = {Ratio1},
  title        = {Retail Object Detection},
  year         = {2026},
  publisher    = {Hugging Face},
  url          = {https://huggingface.co/datasets/ratio1/Retail_Object_Detection},
  version      = {v1.0}
}