File size: 1,067 Bytes
a73def4
 
 
 
 
 
 
 
 
69e2d40
14a1067
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
753556d
 
 
 
 
 
 
 
 
 
 
 
 
 
14a1067
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
---
license: apache-2.0
task_categories:
- feature-extraction
language:
- en
pretty_name: IBMR
size_categories:
- n<1K
tags:
- dataset
- point-cloud
- insulator
- defect
---

# IBMR Dataset: Insulator Burn Mark RGB-Point Cloud Dataset

## Directory Structure
```bash
IBMR/

├── Sample 1/
│   ├── sample-1.png
│   ├── sample-1.pcd
│   └── GT/
│       ├── insulator-1.txt
│       └── burn_mark-1.txt
├── Sample 2/
│   ├── sample-2.png
│   ├── sample-2.pcd
│   └── GT/
│       ├── insulator-2.txt
│       └── burn_mark-2.txt
└── ...
```

## Citation
If you use this dataset, please cite our paper:

```bibtex
@article{tang2025dimensional,
  title={Dimensional Compensation for Small-Sample and Small-Size Insulator Burn Mark via RGB-Point Cloud Fusion in Power Grid Inspection},
  author={Tang, Junqiu and Yuan, Zhikang and Wei, Zixiang and Gao, Shuojie and Shen, Changyong},
  journal={Information Fusion},
  pages={104105},
  year={2025},
  publisher={Elsevier}
}
```