Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Point Cloud Upsampling

This repository contains the source code for the papers:

  1. Snowflake Point Deconvolution for Point Cloud Completion and Generation with Skip-Transformer (TPAMI 2023)

  2. SnowflakeNet: Point Cloud Completion by Snowflake Point Deconvolution with Skip-Transformer (ICCV 2021, Oral)

Intro pic

Datasets

We use the PUGAN dataset in our experiments, which are available below:

To generation the testing point clouds (.xyz files), please refer to the PUGAN repo.

Getting Started

To use our code, make sure that the environment and PyTorch extensions are installed according to the instructions in the main page. Then modify the dataset path in the configuration files.

Training

To train a point cloud completion model from scratch, run:

python train.py

Evaluation

To evaluate a pre-trained model, first specify the model_path in configuration file, then run:

python test.py

Acknowledgements

This repo is based on:

We thank the authors for their great job!