Giter Site home page Giter Site logo

iae's Introduction

PWC

PWC

Implicit Autoencoder for Point Cloud Self-supervised Representation Learning

IAE Pipeline

This repository contains the PyTorch implementation of paper: Implicit Autoencoder for Point Cloud Self-supervised Representation Learning.

Installation

Our code is tested with Ubuntu 18.04, Python 3.6.7, Pytorch v1.4.0, TensorFlow v1.14, and CUDA 10.1.

First you have to make sure that you have all dependencies in place.

You can create an anaconda environment called iae using

conda env create -f environment.yaml
conda activate iae

Note: you might need to install torch-scatter mannually following the official instruction:

pip install torch-scatter==2.0.4 -f https://pytorch-geometric.com/whl/torch-1.4.0+cu101.html

To compile the CUDA layers for PointNet++

cd src/encoder/pointnet2

python setup.py install

Datasets

We pre-train our model on two different datasets, ShapeNet and ScanNet, for different downstream tasks. Please refer to datasets for more details.

Usage

To train our model, run:

python train.py CONFIG.yaml

We provide different model config files under configs folder.

Downstream Tasks

Please refer to README.md under downstream_tasks folders.

Acknowledgements

We would like to thank and acknowledge referenced codes from

Convolutional Occupancy Network: https://github.com/autonomousvision/convolutional_occupancy_networks.

PointNet++ implementation in Pytorch: https://github.com/erikwijmans/Pointnet2_PyTorch.

DGCNN implementation in Pytorch: https://github.com/AnTao97/dgcnn.pytorch.

Citation

If you find this repository useful in your research, please cite:

@article{yan2022implicit,
  title={Implicit Autoencoder for Point Cloud Self-supervised Representation Learning},
  author={Yan, Siming and Yang, Zhenpei and Li, Haoxiang and Guan, Li and Kang, Hao and Hua, Gang and Huang, Qixing},
  journal={arXiv preprint arXiv:2201.00785},
  year={2022}
}

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.