Giter Site home page Giter Site logo

molierflower / neuralpoints Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wanquanf/neuralpoints

0.0 0.0 0.0 3.87 MB

【Code of CVPR 2022 paper】Neural Points: Point Cloud Representation with Neural Fields for Arbitrary Upsampling

C++ 8.86% Python 75.79% C 1.32% Cuda 14.04%

neuralpoints's Introduction

Neural Points

【Code of CVPR 2022 paper】Neural Points: Point Cloud Representation with Neural Fields for Arbitrary Upsampling (CVPR 2022).

avatar

Prerequisite Installation

The code has been tested on Ubuntu 18, with Python3.8, PyTorch 1.6 and Cuda 10.2:

conda create --name NePs

conda activate NePs

conda install pytorch=1.6.0 torchvision=0.7.0 cudatoolkit=10.2 -c pytorch

conda install -c conda-forge igl

Before running the code, you need to build the cuda&C++ extensions of Pytorch:

cd [ProjectPath]/model/model_for_supp/pointnet2

python setup.py install

How to use the code:

Download our dataset: dataset, (extracting code: qiqq). Put the 'Sketchfab2' folder into: [ProjectPath]/data.

Firstly, you need to change the working directory:

cd [ProjectPath]/model/conpu_v6

To obtain the testing results of the testing set, run:

python train_script101_test.py

To train our network, run:

python train_script101.py

Citation

Please cite this paper with the following bibtex:

@inproceedings{feng2022np,
    author    = {Wanquan Feng and Jin li and Hongrui Cai and Xiaonan Luo and Juyong Zhang},
    title     = {Neural Points: Point Cloud Representation with Neural Fields for Arbitrary Upsampling},
    booktitle = {{IEEE/CVF} Conference on Computer Vision and Pattern Recognition (CVPR)},
    year      = {2022}
}

Acknowledgement

In this repo, we borrowed the backbone structure from DGCNN.

neuralpoints's People

Contributors

rainbowrui avatar wanquanf 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.