Giter Club home page Giter Club logo

point-normals-upsampling's Introduction

Efficient Point Cloud Upsampling and Normal Estimation using Deep Learning for Robust Surface Reconstruction

To run the project add root folder of the project to python path.export PYTHONPATH="ROOTPATH_OF_PROJECT:$PYTHONPATH" e.g., export PYTHONPATH="/home/user/point-normals-upsampling:$PYTHONPATH"

Setup

  • Use anaconda for python3.7. Install requirements.txt. Install torch and cuda toolkit conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
  • Build pointnet++ module run python setup.py build_ext --inplace in root folder of project
  • Build sampling module run python setup.py install in sampling folder of project
  • Add absolute path of chamfer_distace.cpp and chamfer_distance.cu in chamfer_distance.py

Training

  • For this repo we used PU-NET dataset for training. Download the hdf5 format patches dataset from GoogleDrive
  • For training and evalutation run all commands inside code folder.
  • Training: python train.py --num_points 1024 --checkpoint_path .. --batch_size 20 --epochs 400 --h5_data_file dataset_path e.g., python train.py --num_points 1024 --checkpoint_path .. --batch_size 20 --epochs 400 --h5_data_file ../data.h5
  • Evaluation: python evaluate.py --test_file filename(.xyz) --num_points num (default=1024) --patch_num_ratio num (default=4) --trained_model checkpoint_path e.g., python evaluate.py --test_file ../test.xyz --num_points 1024 --patch_num_ratio 4 --trained_model ../checkpoint
  • All the results will be saved in results folder in root directory

Acknowledgement

point-normals-upsampling's People

Contributors

rjtshrm avatar swantmon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

point-normals-upsampling's Issues

Dataset

Hello, dear author, I would like to ask which dataset is the models in Figure 5 of your paper? Where can I download them? I can't find these models. Thank you very much if you could provide us with a download link about these models.
1bedf46fb522f3b68edf253ba46bc7d

paper

《Efficient Point Cloud Upsampling and Normal Estimation using Deep Learning for Robust Surface Reconstruction》
I can't find the paper at every websites. Will you like to release the paper?

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.