Skip to content

huangqx/path_invariance_map_network

 
 

Repository files navigation

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

About

path invariance map network research project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%