Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanx27/3DGNN_pytorch

3D Graph Neural Networks for RGBD Semantic Segmentation
https://github.com/yanx27/3DGNN_pytorch

gnns point-cloud pytorch rgbd segmentation

Last synced: 7 days ago
JSON representation

3D Graph Neural Networks for RGBD Semantic Segmentation

Awesome Lists containing this project

README

        

# 3DGNN for RGB-D segmentation
This is the Pytorch implementation of [3D Graph Neural Networks for RGBD Semantic Segmentation](http://openaccess.thecvf.com/content_ICCV_2017/papers/Qi_3D_Graph_Neural_ICCV_2017_paper.pdf):

### Data Preparation
1. Download NYU_Depth_V2 dataset from [here](https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html) and select scenes and save as `./datasets/data/nyu_depth_v2_labeled.mat`
2. Transfer depth images to hha by yourself from [here](https://github.com/charlesCXK/Depth2HHA) and save in `./datasets/data/hha/`.

### Emviroment
Required CUDA (8.0) + pytorch 0.4.1