File size: 772 Bytes
128421d
5a0bec9
 
 
 
 
 
 
7be12e6
5a0bec9
7be12e6
5a0bec9
7be12e6
5a0bec9
7be12e6
 
 
5a0bec9
7be12e6
5a0bec9
 
 
 
 
7be12e6
5a0bec9
 
 
 
 
 
 
128421d
7be12e6
 
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
---
license: unknown
task_categories:
- object-detection
---

# Dataset Card

> **๐Ÿš€ Uploaded using [hubify](https://github.com/benjamintli/hubify)** - Convert object detection datasets to HuggingFace format

This dataset contains object detection annotations converted to HuggingFace image dataset format.

## ๐Ÿ“Š Dataset Details

- **๐Ÿท๏ธ Number of classes**: 1
- **๐Ÿ“ Splits**: train, test, validation
- **๐Ÿ–ผ๏ธ Format**: Images with bounding box annotations

## ๐ŸŽฏ Classes

The dataset contains the following 1 classes:

- barcode

## ๐Ÿ’ป Usage

```python
from datasets import load_dataset

dataset = load_dataset("benjamintli/barcode-object-detection")
```

---

*Converted and uploaded with โค๏ธ using [hubify](https://github.com/benjamintli/hubify)*