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