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
If you find our work useful in your research, please consider citing:
@article{yi2018gspn,
title={Gspn: Generative shape proposal network for 3d instance segmentation in point cloud},
author={Yi, Li and Zhao, Wang and Wang, He and Sung, Minhyuk and Guibas, Leonidas},
journal={arXiv preprint arXiv:1812.03320},
year={2018}
}
Introduction
This work is based on our CVPR'19 paper. You can find arXiv version of the paper here. We introduce a 3D object proposal approach named Generative Shape Proposal Network (GSPN) for instance segmentation in point cloud data. We incorporate GSPN into a novel 3D instance segmentation framework named Region-based PointNet (R-PointNet) which allows flexible proposal refinement and instance segmentation generation.
In this repository we release code and pre-trained model for both GSPN and R-PointNet.
Usage
We provide a step-by-step usage instruction from data processing to network evaluation on the ScanNet dataset. Please download ScanNet data and store in the "data" folder first.
Compiling the TF operators
cd tf_ops
. ./tf_all_compile.sh
Data pre-processing: convert ScanNet into downsampled point cloud for fast training and evaluation
Evaluation on the validation set: we evaluation on downsampled point cloud from ScanNet validation scenes, where we first generate predictions and then evaluate based upon the official code provided by ScanNet Benchmark