Datasets:

Modalities:
Image
Text
Libraries:
Datasets
License:
File size: 3,243 Bytes
4e31f8f
 
 
 
 
 
 
 
9ec27c1
4e31f8f
 
 
 
 
 
 
53daa18
4e31f8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b4aa773
 
4e31f8f
 
 
 
 
 
 
 
 
 
 
 
 
2c404c0
 
 
 
 
 
 
 
 
4e31f8f
 
b4aa773
 
4e31f8f
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
license: cc-by-4.0
---

# Dataset Card for Electrical-Lines-Defect-Detection

- This repository contains datasets curated for APEPDCL's Line Quality Monitoring System, and will followed with further updates to datasets.
- These are released to foster open-source collaboration, reproducibility, and hands-on learning in AI.
- GitHub Repo Link: [Click here](https://github.com/EPDCL/Electrical-Lines-Defect-Detection)
---

## Overview
 
- **Captured by:** APEPDCL linemen with mobile cameras  
- **Curated by:** [Sampath Balaji](https://github.com/sampath-balaji/) & team, at [APEPDCL](https://www.apeasternpower.com/)
- **License:** CC BY 4.0
- **This ongoing project is supervised and mentored by [Sasank Chilamkurthy](https://chsasank.com/about/), whose expertise has guided its development.** 

---

## 📂 Repository Structure

```bash
Electrical-Lines-Defect-Detection/
├── Poles_LeanedStraight/
│   ├── ObjectDetection/    ← YOLOv12 bbox dataset + code    
│   └── Classification/     ← Folder + CSV classification dataset + code
└── README.md               ← (this file)
```

## Datasets
| Module               | Type           | Split            | HF Link                                                                                                                                                                                                                                                   |
| -------------------- | -------------- | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Object Detection** | YOLOv12-format | train/valid/test | [Direct link to Dataset](https://huggingface.co/datasets/EPDCL/Electrical-Lines-Defect-Detection/tree/main/Poles_LeanedStraight/ObjectDetection) |
| **Classification**   | Folder+CSV     | train/val/test   | [Direct link to Dataset](https://huggingface.co/datasets/EPDCL/Electrical-Lines-Defect-Detection/tree/main/Poles_LeanedStraight/Classification)   |

## Usage
Each sub-folder contains its own ```README.md``` with:
- Dataset details (structure, labeling process)
- Training & inference instructions
- Metrics & sample outputs
Navigate into the folder you’re interested in, then follow the steps there.

## 🤝 Contributing
We welcome:
- Improved annotations or protocols
- Pull requests to code or documentation

## Sample Visualizations
- Classification model
<p align="center"> <img src="https://raw.githubusercontent.com/sampath-balaji/Electrical-Lines-Defect-Detection/refs/heads/main/Pole_LeanedStraight_Defect/Classification/assets/val_viz_ep40.png" width="600"/> </p>

- Object Detection model
  <p align="center">
  <img src="https://raw.githubusercontent.com/sampath-balaji/Electrical-Lines-Defect-Detection/refs/heads/main/Pole_LeanedStraight_Defect/ObjectDetection/assets/output.jpeg" width="600"/>
</p>

## 📄 License

- [Dataset](https://huggingface.co/datasets/EPDCL/Electrical-Lines-Defect-Detection): CC BY 4.0
- [Code](https://github.com/EPDCL/Electrical-Lines-Defect-Detection): MIT License