benjamintli's picture
Upload README.md with huggingface_hub
7be12e6 verified
metadata
license: unknown
task_categories:
  - object-detection

Dataset Card

πŸš€ Uploaded using 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

from datasets import load_dataset

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

Converted and uploaded with ❀️ using hubify