You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MASC: Multi-scale Affinity with Sparse Convolution for 3D Instance Segmentation (Technical Report)
Introduction
This is the PyTorch implementation for our technical report which achieves the state-of-the-art performance on the 3D instance segmentation task of the ScanNet benchmark.
Installation
pip install -r requirements.txt
We are using Python 3.5.2. And as pointed out by Issue #3, please consider using Python 3.6 and refer to SparseConvNet for related issues.
Data preparation
To prepare training data from ScanNet mesh models, please run:
"cluster": run the clustering algorithm based on the predicted affinities
"write": write instance segmentation results
The "task" option can contain any combinations of these three tasks, but the earlier task must be run before later tasks. And a task only needs to be run once. The "split" option specifies the data split to run the inference.
Write results for the final evaluation
To train the instance confidence model, please first generate the instance segmentation results: