Add pipeline tag and link to paper
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
datasets:
|
| 4 |
- heig-vd-geo/GridNet-HD
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 7 |
metrics:
|
| 8 |
- mean_iou
|
|
|
|
| 9 |
---
|
|
|
|
| 10 |
# GridNet-HD Baseline: Super Point Transformer segmentation
|
| 11 |
|
|
|
|
|
|
|
| 12 |
## Overview
|
| 13 |
|
| 14 |
This repository is a fork of the [SuperPoint Transformer (SPT)](https://github.com/drprojects/superpoint_transformer) proposed by Robert et al., adapted to support training and inference on the **GridNet-HD** dataset.
|
|
@@ -208,7 +212,4 @@ If you use this repo in research, please cite:
|
|
| 208 |
eprint={2601.13052},
|
| 209 |
url={https://arxiv.org/abs/2601.13052},
|
| 210 |
}
|
| 211 |
-
```
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- heig-vd-geo/GridNet-HD
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: mit
|
| 7 |
metrics:
|
| 8 |
- mean_iou
|
| 9 |
+
pipeline_tag: other
|
| 10 |
---
|
| 11 |
+
|
| 12 |
# GridNet-HD Baseline: Super Point Transformer segmentation
|
| 13 |
|
| 14 |
+
This repository contains the official baseline model for the paper [GridNet-HD: A High-Resolution Multi-Modal Dataset for LiDAR-Image Fusion on Power Line Infrastructure](https://huggingface.co/papers/2601.13052).
|
| 15 |
+
|
| 16 |
## Overview
|
| 17 |
|
| 18 |
This repository is a fork of the [SuperPoint Transformer (SPT)](https://github.com/drprojects/superpoint_transformer) proposed by Robert et al., adapted to support training and inference on the **GridNet-HD** dataset.
|
|
|
|
| 212 |
eprint={2601.13052},
|
| 213 |
url={https://arxiv.org/abs/2601.13052},
|
| 214 |
}
|
| 215 |
+
```
|
|
|
|
|
|
|
|
|