A collection of public projects I have developed at TU Delft, showcasing advancements in 3D geoinformation and urban modeling.
SUMS is the official implementation of the paper: SUM: A Benchmark Dataset of Semantic Urban Meshes.
Specifically, it is an open-source program for automatic semantic segmentation of large-scale urban texture meshes.
It is mainly implemented in C++ and other open-source libraries, such as CGAL and Easy3D.
For more information, please visit our project website.
Mesh annotation tool for labelling urban scenes.
Before you import your model, please check your input mesh is in ascii *.ply format.
Note that non-manifold meshes are not supported in this tool.
If you still want to use it, please use MeshLab to repair it first.
For more information, please visit our project website.
3. PSSNet
This is the implementation of the paper: PSSNet: Planarity-sensible Semantic Segmentation of Large-scale Urban Meshes. Specifically, it consists of two steps: Step-1: planarity-sensible over-segmentation; Step-2: semantic classification.
This is the implementation part of the roofline extraction of the paper: Unsupervised Roofline Extraction from True Orthophotos. First, we use a true orthophoto as input. Next, we perform line extraction to partition the building footprint, which generates separate roof parts. We then utilize a dense point cloud to extrude the partition results and create a LoD2 building model. For generating LoD2 building models, please refer to the repository gfp-building-reconstruction.
This repository provides the implementation for the automatic repair of LoD2 building models. It is primarily developed using C++ and leverages open-source libraries such as CGAL and Easy3D. Our paper, Filling holes in LoD2 building models, has been accepted for presentation at the 3D Geoinfo 2024 conference. We are currently releasing the core module of our code, which focuses on mesh hole filling, along with the corresponding executable.
6. Building-PCC
This is the implementation of the Builiding-PCC paper: Building-PCC: Building Point Cloud Completion Benchmarks. This repository contains scripts for generating Building-PCC data, links for data downloads, test codes for state-of-the-art methods, pre-trained models, and evaluation results.