This repository is a fork of the SuperPoint Transformer (SPT) proposed by Robert et al., adapted to support training and inference on the GridNet-HD dataset.
Our version introduces the following modifications:
Integration with the GridNet-HD dataset structure.
Support for exporting softmax logits per class and per point, used as inputs for the third fusion baseline in our paper.
Support for full resolution inference.
This implementation serves as one of the official baselines provided for GridNet-HD.
For more information on the original SPT architecture, training options, model internals and hyperparameters, please refer to the official SuperPoint Transformer repository.
The modified configuration files for training on GridNet-HD are available in config/datamodule/semantic and config/experiment/semantic directory. These include:
dataset paths compatible with GridNet-HD structure,
number of classes,
class mappings.
For all other training parameters (optimizer, scheduler, etc.), we use the defaults from the original SPT repo.
Environment
The following environment was used to train and evaluate the baseline model (detailed requirements are provided by the spt repo).
Component
Details
GPU
NVIDIA A40 (48 GB VRAM)
CUDA Version
12.x
OS
Ubuntu 22.04 LTS
RAM
256 GB
Dataset Structure
The GridNet-HD dataset dataset must be structured as follows for compatibility with this implementation:
This will export .las files with added sof_log0, sof_log1, ..., sof_logN fields representing softmax scores per class and per point to train the 3rd baseline.
License
This project is open-sourced under the MIT License. The original SuperPoint Transformer repository is licensed under the same MIT Licence.
Contact
For questions, issues, or contributions, please open an issue on the repository.
Citation
If you use this repo in research, please cite:
@misc{gridnet-hd-dataset,
title={GridNet-HD: A High-Resolution Multi-Modal Dataset for LiDAR-Image Fusion on Power Line Infrastructure},
author={Antoine Carreaud and Shanci Li and Malo De Lacour and Digre Frinde and Jan Skaloud and Adrien Gressin},
year={2026},
eprint={2601.13052},
url={https://arxiv.org/abs/2601.13052},
}