--- license: cc-by-4.0 --- # Object Detection — CrossArms and TopCleat (Straight / Tilted) - This dataset contains real-world images of electric line components (CrossArms, V-CrossArms and TopCleat (Straight / Tilted)) labeled as **'CrossArm_Straight', 'CrossArm_Tilted', 'TopCleat_Straight', 'TopCleat_Tilted', 'V-CrossArm_Straight' and, 'V-CrossArm_Tilted'**, It represents the initial stage in a broader effort to identify various defects in electric poles using machine learning. - This module trains and evaluates a YOLOv12 model to detect **CrossArms, V-CrossArms and TopCleat** defects in field images. ## Dataset Details The dataset is organized into pre-split folders: ``` ../CrossArmsTopCleatDefects_Dataset/ ├── train/ │ ├── images/ │ └── labels/ ├── valid/ │ ├── images/ │ └── labels/ ├── test/ │ ├── images/ │ └── labels/ ├── data.yaml └── object_detection_dataset_bboxes.json ``` ### Dataset Description The dataset comprises **1350 real-world annotated images** of electric line components collected across **Visakhapatnam, Eluru, and Kakinada** districts in Andhra Pradesh, India. Each image has been annotated in **YOLOv12 format** with the following labels: - `CrossArm\_Straight` - `CrossArm\_Tilted` - `TopCleat\_Straight` - `TopCleat\_Tilted` - `V-CrossArm\_Straight` - `V-CrossArm\_Tilted` - **Curated by:** Sampath Balaji & team, at APEPDCL - **Funded by:** Eastern Power Distribution Company of Andhra Pradesh Limited (APEPDCL) - **Language(s) (NLP):** Not Applicable - **License:** CC BY 4.0 ### Dataset Sources - **GitHub Repository (code):** [Direct Link](https://github.com/EPDCL/Electrical-Lines-Defect-Detection/tree/main/CrossArms_TopCleat_TiltedStraight_Defect) ## Uses ### Direct Use This dataset is intended to train, evaluate, and benchmark machine learning models for infrastructure monitoring, specifically for identifying CrossArms and TopCleat (Straight / Tilted) in real-world, diverse conditions. ### Out-of-Scope Use - Surveillance or facial recognition tasks - Biometric identification - Any use that violates personal rights or local laws ## Dataset Structure - **Total images:** 1350 - **Split:** - Train: 946 - Validation: 202 - Test: 202 - **Labels:** 'CrossArm_Straight', 'CrossArm_Tilted', 'TopCleat_Straight', 'TopCleat_Tilted', 'V-CrossArm_Straight', 'V-CrossArm_Tilted' - **Format:** JPEG images with annotations in YOLOv12 format - **Augmentations:** None applied ## Dataset Creation ### Curation Rationale This dataset was created to build an ML pipeline for real-time defect detection in utility poles, starting with identifying leaned poles as a foundational task and was further expanded to crossarms and top cleats. The aim is to build an electrical line quality monitoring system to revolutionize maintenance workflows. ### Source Data #### Data Collection and Processing Initial data collection and setting up of the protocol by the annotators. Images were collected using mobile cameras by field linemen in Andhra Pradesh. All annotations were manually reviewed and labeled in YOLOv12 format. #### Image Capture Protocol To ensure high-quality and consistent images for pole lean classification, the following guidelines have been established, incorporating the use of the Open Camera app, which leverages the phone’s gyroscope sensor to auto-straighten images and minimize tilted horizons. These guidelines replace previous protocols and aim to reduce bias, improve accuracy, and streamline data collection. - Capture the Entire Pole: Ensure both the top and bottom of the pole are fully visible in the photo to allow accurate lean assessment. - Front View Only: Photograph the pole from the front, where the cross arm is clearly visible. Stand directly opposite the pole, facing it. - No Obstructions: Verify that no objects (e.g., trees, wires, or other structures) block the view of the pole. - Correct Distance: Stand at a distance equal to the height of the pole. Do not stand closer than ¾ of the pole’s height or farther than 1x its height to maintain consistent perspective. - Good Lighting: Capture the photo in well-lit conditions, preferably during daylight, to ensure clear visibility of the pole. - Clean the Lens: Wipe the camera lens with a clean cloth before taking the photo to avoid smudges or blurriness. - Use Open Camera App: Use the Open Camera app (pre-installed by the IT team) to auto-straighten images using the phone’s gyroscope sensor. Do not use third-party apps or apply filters/enhancements. - Portrait Orientation Only: Take the photo in portrait (vertical) orientation to ensure consistency and full pole visibility. - Center the Pole: Position the pole in the center of the frame to maintain focus and alignment. - Appropriate Framing: Ensure slight space is visible above the top and below the bottom of the pole in the frame for proper context. ### Annotations #### Annotation process Manual bounding box annotations were created using image annotation tools and saved in YOLOv12 format. The team worked to maintain consistency, though **some labeling errors may persist due to the manual nature** of the task. #### Who are the annotators? The APEPDCL project team, under the direction of the team lead. #### Personal and Sensitive Information No personal or sensitive data was intentionally included. However, some images may contain **people or faces captured incidentally** in public areas, as the data was collected in outdoor settings. ## Bias, Risks, and Limitations - **Geographic bias:** All data comes from Andhra Pradesh, India — results may not generalize to other regions or environments. - **Scene/perspective bias:** Variation in camera angles and distances may affect model training. - **Privacy risk:** Images taken in public areas may contain identifiable people. ### Recommendations - Apply **image normalization or augmentation** techniques to improve generalization. - Account for **perspective and camera angle** effects during training and evaluation. - Use ethically and responsibly, especially in systems that affect public infrastructure.