Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.25 KB

Path Invariance Network in Tensorflow

Tensorflow implementation of one application in Path Invariance Map Networks: 3D Semantic Segmentation. Since we use pointnet2 codebase, some of the code are borrowed from there.

alt tag

Prerequisites

Usage

First, download dataset here. (Point clouds are collected by Pointnet++) The pre-trained models can be downloaded here. (Point clouds models are trained using Pointnet++, and voxel models are trained using 3D-U-Net. The training code for voxel models will be released soon.)

To train models with downloaded dataset:

$ ./cmd

All training commands are included in the cmd file. Testing results are logged during the training stage.

Results

alt tag

Author

Zaiwei Zhang