five

Samruddhik268/cable-damage

收藏
Hugging Face2026-04-19 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/Samruddhik268/cable-damage
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: cc-by-4.0 task_categories: - object-detection tags: - roboflow - roboflow-100 - rf100 - yolo - libreyolo - real-world - computer-vision - bounding-box pretty_name: "Cable Damage" size_categories: - 1K<n<10K dataset_info: features: - name: image dtype: image - name: label dtype: string splits: - name: train num_examples: 919 - name: validation num_examples: 265 - name: test num_examples: 134 --- # Cable Damage This dataset is part of the **Roboflow 100** benchmark, a diverse collection of 100 object detection datasets spanning 7 imagery domains. ## Dataset Description - **Source:** [Roboflow 100](https://github.com/roboflow/roboflow-100-benchmark) - **Category:** Real World - **License:** CC-BY-4.0 - **Format:** YOLO (LibreYOLO compatible) - **Mirrored on:** 2026-01-20 ## Dataset Statistics | Split | Images | |-------|--------| | Train | 919 | | Validation | 265 | | Test | 134 | | **Total** | **1,318** | ## Classes (2) - break - thunderbolt ## Usage ### With LibreYOLO ```python from libreyolo import LIBREYOLO # Load a model model = LIBREYOLO(model_path="libreyoloXnano.pt") # Train on this dataset model.train(data='path/to/data.yaml', epochs=100) ``` ### Download from HuggingFace ```python from huggingface_hub import snapshot_download # Download the dataset snapshot_download( repo_id="Libre-YOLO/cable-damage", repo_type="dataset", local_dir="./cable-damage" ) ``` ## Directory Structure ``` cable-damage/ ├── data.yaml # Dataset configuration ├── README.md # This file ├── train/ │ ├── images/ # Training images │ └── labels/ # Training labels (YOLO format) ├── valid/ │ ├── images/ # Validation images │ └── labels/ # Validation labels └── test/ ├── images/ # Test images (if available) └── labels/ # Test labels ``` ## Label Format Labels are in YOLO format (one `.txt` file per image): ``` <class_id> <x_center> <y_center> <width> <height> ``` All coordinates are normalized to [0, 1]. ## Citation If you use this dataset, please cite the Roboflow 100 benchmark: ```bibtex @misc{rf100_2022, Author = {Floriana Ciaglia and Francesco Saverio Zuppichini and Paul Guerrie and Mark McQuade and Jacob Solawetz}, Title = {Roboflow 100: A Rich, Multi-Domain Object Detection Benchmark}, Year = {2022}, Eprint = {arXiv:2211.13523}, } ``` ## License This dataset is released under the **CC-BY-4.0** license. Please check the original source for any additional terms. ## Acknowledgments - Original dataset from [Roboflow Universe](https://universe.roboflow.com/roboflow-100/cable-damage) - Part of the [Roboflow 100 Benchmark](https://www.rf100.org/) - Sponsored by Intel
提供机构:
Samruddhik268
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作