Graduation Project: A deep neural network for point cloud semantic segmentation, part of the SSVIO project
Graduation Project: A deep neural network for point cloud semantic segmentation, part of the SSVIO project
Dataset:
armeni_cvpr16,
title : 3D Semantic Parsing of Large-Scale Indoor Spaces,
author : Iro Armeni and Ozan Sener and Amir R. Zamir and Helen Jiang and Ioannis Brilakis and Martin Fischer and Silvio Savarese,
booktitle :Proceedings of the IEEE International Conference on Computer Vision and Pattern Recognition,
year : 2016
Newest result
Do not try use point num more than 4096 or batch size more than 32 to train sceneseg
if your GPU memory is less than 12 GB
Loading data of 5 Areas may take memory around 18 GB,
if you lack memory, you can subsample before training by using —subscale
pip install argparse
pip install tqdm
pip install tensorboardX
pip install tensorboard
mkdir build
cd ./build
cmake ..
make
./run_data_visualizer {Area_num} {Room_name}
./run_label_viewer {test/train} {image_num}
bash ./removedata.sh
option include:
python sceneseg_train.py [optins]
python frame_train.py [optins]
option include:
python sceneseg_test.py [optins]
python frame_test.py [optins]
Student from HITSZ Automatic Control NRS-lab