Datasets:
| 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)* | |