Git Product home page Git Product logo

totaldenoising's Introduction

Total Denoising: Unsupervised Learning of 3D Point Cloud Cleaning

Created by Pedro Hermosilla, Tobias Ritschel, Timo Ropinski.

teaser

Citation

If you find this code useful please consider citing us:

    @article{hermosilla2019totaldenoise,
      title={Total Denoising: Unsupervised Learning of 3D Point Cloud Cleaning},
      author={Hermosilla, P. and Ritschel, and Ropinski, T.},
      journal={International Conference on Computer Vision 2019 (ICCV19)},
      year={2019}
    }

Installation

First, install TensorFlow. The code presented here was developed using TensorFlow v1.13 GPU version, Python 3, and Ubuntu 16.04 TLS. All the operation were implemented on the GPU, no CPU implementation is provided. Therefore, a workstation with a state-of-the-art GPU is required.

Instalation of MCCNN library

Then, we need to download the MCCNN library into a folder named MCCNN and follow the instructions provided in the readme file to compile the library.

Compiling tensorflow operations

In order to train the networks provided in this repository, first, we have to compile the new tensor operations. These operations are located on the folder tf_ops. To compile them we should first modify the paths on the file compile.sh. Then, we should execute the following commands:

cd tf_ops
sh compile.sh

Datasets

Synthetic dataset

We will provide such dataset soon.

Rue Madame

You can download the dataset from the following link. Create a folder named RueMadamewith the ply files on it and use the script GenerateRueMadameDataSet.py to subdivide the scan into chunks.

Train

Use the script Train.py to train a model in the selected dataset. Use the command Train.py --help to look at the options provided by the script. The command used to train on the RueMadame dataset:

python Train.py --dataset 3

Test

Use the script Test.py to test a trained model. Use the command Test.py --help to look at the options provided by the script. The command to test a trained model on the RueMadame dataset:

python3 Test.py --gaussFilter --dataset 3 --saveModels --noCompError

The command to test a trained model on one of the synthetic datasets:

python3 Test.py --gaussFilter --dataset 0 --saveModels

License

Our code is released under MIT License (see LICENSE file for details).

totaldenoising's People

Contributors

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