zaiweizhang / path_invariance_map_network

path invariance map network research project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path Invariance Network in Tensorflow

Tensorflow implementation of one application in Path Invariance Map Networks: 3D Scene 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

License

Our code is released under BSD License (see LICENSE file for details).

About

path invariance map network research project

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%