Add pipeline tag and paper link (#1)
Browse files- Add pipeline tag and paper link (412f6656f9832e1222a14e3816db3e5cd7799c05)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,17 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- heig-vd-geo/GridNet-HD
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 7 |
metrics:
|
| 8 |
- mean_iou
|
| 9 |
-
|
| 10 |
-
- custom/SimpleMLP
|
| 11 |
---
|
| 12 |
|
| 13 |
# GridNet-HD Baseline: Late Fusion MLP on Dual Softmax Outputs
|
| 14 |
|
|
|
|
|
|
|
| 15 |
## Overview
|
| 16 |
|
| 17 |
This repository provides an implementation of a simple Multi-Layer Perceptron (MLP) baseline on the task of late fusing two LiDAR softmax outputs. Before using this baseline, results from the 2 other baselines are required. This repository includes:
|
|
@@ -145,7 +148,7 @@ After preprocessing:
|
|
| 145 |
1. **Clone the repository**:
|
| 146 |
|
| 147 |
```bash
|
| 148 |
-
git clone https://github.com/
|
| 149 |
cd baseline_fusion_mlp
|
| 150 |
```
|
| 151 |
|
|
@@ -263,4 +266,4 @@ If you use this repo in research, please cite:
|
|
| 263 |
eprint={2601.13052},
|
| 264 |
url={https://arxiv.org/abs/2601.13052},
|
| 265 |
}
|
| 266 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- custom/SimpleMLP
|
| 4 |
datasets:
|
| 5 |
- heig-vd-geo/GridNet-HD
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: mit
|
| 9 |
metrics:
|
| 10 |
- mean_iou
|
| 11 |
+
pipeline_tag: other
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# GridNet-HD Baseline: Late Fusion MLP on Dual Softmax Outputs
|
| 15 |
|
| 16 |
+
This repository provides an implementation of a simple Multi-Layer Perceptron (MLP) baseline on the task of late fusing two LiDAR softmax outputs, as presented in the paper [GridNet-HD: A High-Resolution Multi-Modal Dataset for LiDAR-Image Fusion on Power Line Infrastructure](https://huggingface.co/papers/2601.13052).
|
| 17 |
+
|
| 18 |
## Overview
|
| 19 |
|
| 20 |
This repository provides an implementation of a simple Multi-Layer Perceptron (MLP) baseline on the task of late fusing two LiDAR softmax outputs. Before using this baseline, results from the 2 other baselines are required. This repository includes:
|
|
|
|
| 148 |
1. **Clone the repository**:
|
| 149 |
|
| 150 |
```bash
|
| 151 |
+
git clone https://github.com/heig-vd-geo/baseline_fusion_mlp.git
|
| 152 |
cd baseline_fusion_mlp
|
| 153 |
```
|
| 154 |
|
|
|
|
| 266 |
eprint={2601.13052},
|
| 267 |
url={https://arxiv.org/abs/2601.13052},
|
| 268 |
}
|
| 269 |
+
```
|