GithubHelp home page GithubHelp logo

recreatemyself / threedlapgan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vahe1994/threedlapgan

0.0 0.0 0.0 9.75 MB

Using Laplacian GAN for 3D pointcloud

License: MIT License

Jupyter Notebook 83.08% Shell 0.45% Python 15.87% Dockerfile 0.61%

threedlapgan's Introduction

3D Laplacian GAN for Point Cloud

Introduction

The paper you can find here https://www.hse.ru/en/edu/vkr/219584552 (in. Russian).

This repository is devoted to the topic of three-dimensional point clouds generation. It is proposed to implement the architecture of a multilevel generative adversarial neural network. This work is based on the concept set forth in the article «Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks», whose authors propose the structure of a multilevel generative adversarial neural network, for obtaining a better quality in high resolution images, and on the article «Representation Learning and Adversarial Generation of 3D Point Clouds», showing the efficiency of point cloud generation by using the auto-encoder and generative adversarial network, which generates a latent representation, instead of direct generation of a point cloud. You should check he's repository https://github.com/optas/latent_3d_points ,because this one based on it. Code that provided from optas is based on tensorflow 1.3, and my code on Pytorch 0.3 +

Dependencies

  • Python 2.7+ with Numpy, Scipy and Matplotlib
  • Pytorch 0.3 +
  • Tensorflow (version 1.3)
  • TFLearn

Usage

Take a look at usage here https://github.com/optas/latent_3d_points . After you come back just take a look at new files in folders notebooks/ and src/

Building the docker image

Build the docker container:

docker build -f Dockerfile --tag artonson/3dlapgan:latest .

Then enter the container by running it (don't forget to name the containers accordingly and remove them post-usage!):

docker run --rm -it --name 3ddl.artonson.0.3dlapgan --runtime=nvidia -v /home/artonson/repos/ThreeDLAPGAN:/code -p 3340:3340 artonson/3dlapgan:latest

Remember our container naming conventions: 3ddl.<username>.<gpu-ids-list>.<customsuffix>.

After entering the container shell, you will be able to run the Jupyter notebook:

cd /code
jupyter notebook --NotebookApp.token=abcd --ip=0.0.0.0 --port 3340 --allow-root

and your token will be abcd.

Examples of generated models for each level

First level(512)

  1. https://plot.ly/~Vahe1994/274 2.https://plot.ly/~Vahe1994/264

Second level(1024)

  1. https://plot.ly/~Vahe1994/276 2. https://plot.ly/~Vahe1994/266

Third level(2048)

  1. https://plot.ly/~Vahe1994/278 2. https://plot.ly/~Vahe1994/268

threedlapgan's People

Contributors

artonson avatar vahe1994 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.