Git Product home page Git Product logo

nd-puflow's Introduction

A Noising-Denoising Framework for Point Cloud Upsampling via Normalizing Flows

Introduction

This repository is for our Pattern Recognition (PR) 2023 paper 'A Noising-Denoising Framework for Point Cloud Upsampling via Normalizing Flows'. In this paper, we present a novel noising-denoising framework for 3D point cloud upsampling (3DPU), which aims to generate dense points from a sparse input point cloud.

Installation

Install the common dependencies from the requirements.txt file

pip install -r requirements.txt

Data Preparation

We provide the pre-processed supervised and self-supervised data for the following datasets:

Please put the datasets in ./data. You can put the datasets elsewhere if you modify the corresponding paths in the args.py.

The directory structure of our project looks like this:

│
├── data                   <- Project data
│   └── PU-GAN 
│   │   └── pointclouds
│   │   │   └── train
│   │   │   └── test
│   │   └── meshes 
│   │   │   └── train
│   │   │   └── test            
│   └── PU1K       
│   │   └── pointclouds
│   │   │   └── train
│   │   │   └── test
│   │   └── meshes 
│   │   │   └── test  
│   └── Sketchfab  
│   │   └── pointclouds
│   │   │   └── train
│   │   │   └── test
│   │   └── meshes 
│   │   │   └── train
│   │   │   └── test      

Running

Current settings in args.py are tested on one NVIDIA GeForce RTX 3090. To reduce memory consumption, you can set batch_size, or patch_size to a smaller number.

Train model on PU-GAN or Sketchfab dataset:

python train.py

Train model on PU1K dataset:

python train_pu1k.py

Test model on PU-GAN, PU1K or Sketchfab dataset:

python test.py

Citation

If you find our code or paper useful, please cite

@article{HU2023109569,
  title     = {A Noising-Denoising Framework for Point Cloud Upsampling via Normalizing Flows},
  author    = {Xin Hu, Xin Wei and Jian Sun},
  journal = {Pattern Recognition},
  volume  = {140},
  pages   = {109569},
  issn    = {0031-3203},
  year      = {2023}

nd-puflow's People

Contributors

mathxin112 avatar

Stargazers

 avatar liweiyangxjtu avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.