GithubHelp home page GithubHelp logo

one-of-student / pctma_net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linjianjie/pctma_net

0.0 0.0 0.0 299 KB

Point cloud completion using Transformer

License: GNU General Public License v2.0

Shell 0.40% C++ 17.92% Python 66.04% C 0.29% Cuda 15.34%

pctma_net's Introduction

PCTMA-Net: Point Cloud Transformer with Morphing Atlas-based Point Generation Network for Dense Point Cloud Completion

[paper][project page]

Introduction

PCTMA-Net is a point transformer based shape completion method which directly maps a partial point cloud to a dense, complete point cloud without any voxelization. Its based on our IROS2021 [paper] more details please refers to our paper Structure

Usage

1) Prerequisite

  1. Install dependencies via pip3 install -r requirments.txt.
  2. Follow this guide to install Open3D for point cloud I/O.
  3. Build the point cloud distance metric in the folder pointComNet\pytorch_utils\components\externs_tools by running build.sh
  4. Download dataset from [Completion3D] and [Kitti]

This code is built using pytorch 1.7 with CUDA 10.0 and tested on Ubuntu 18.04 with Python 3.7

Configuration

The configuration file for defining the PCTMA-Net parameter is located in pointComNet/config/pct_ma.yaml

Train

run the train demo in the pCTMA-Net by setting the value ``` --train True --evaluate False````

cd script
bash run_pctma_net.sh 

Evaluate

run the evaluate demo in the pCTMA-Net by setting the value ``` --train False --evaluate True````

cd script
bash run_pctma_net.sh 

For evaluating the kitti dataset, you can easily set the value --evaluateKitti True

Citation

If you find our work useful for your research, please cite:

@InProceedings{linpctma2021,
  author    = {Lin, Jianjie and Rickert, Markus and Perzylo, Alexander and Knoll, Alois},
  booktitle = {Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems},
  title     = {{PCTMA}-{N}et: Point Cloud Transformer with Morphing Atlas-based Point Generation Network for Dense Point Cloud Completion},
  year      = {2021},
}

License

This project Code is released under the GPLv2 License (refer to the LICENSE file for details).

pctma_net's People

Contributors

linjianjie 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.