Skip to content

PointNAT: Large Scale Point Cloud Semantic Segmentation via Neighbor Aggregation with Transformer

Notifications You must be signed in to change notification settings

zeng-ziyin/PointNAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointNAT: Large Scale Point Cloud Semantic Segmentation via Neighbor Aggregation with Transformer

Here is the PyTorch implementation of the paper PointNAT: Large Scale Point Cloud Semantic Segmentation via Neighbor Aggregation with Transformer.

teaser

Setup

  • Install packages with a setup file
bash install.sh
  • Dataset
mkdir -p data/S3DIS/
cd data/S3DIS
gdown https://drive.google.com/uc?id=1MX3ZCnwqyRztG1vFRiHkKTz68ZJeHS4Y
tar -xvf s3disfull.tar
cd ../../

Train

CUDA_VISIBLE_DEVICES=0 bash script/main_segmentation.sh cfgs/s3dis/pointnat.yaml wandb.use_wandb=True

Test

CUDA_VISIBLE_DEVICES='0' bash script/main_segmentation.sh cfgs/s3dis/pointnat.yaml wandb.use_wandb=False mode=test --pretrained_path path/to/pretrained/model.pth

Acknowledgement

This repo is built upon OpenPoints.

https://github.com/guochengqian/openpoints

About

PointNAT: Large Scale Point Cloud Semantic Segmentation via Neighbor Aggregation with Transformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published