Datasets:
File size: 749 Bytes
a73def4 69e2d40 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 |
---
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
## Description
The full version of this dataset will be released upon acceptance of the accompanying publication.
## 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
└── ...
``` |