All Projects → daerduoCarey → Structurenet

daerduoCarey / Structurenet

Licence: other
StructureNet: Hierarchical Graph Networks for 3D Shape Generation

Projects that are alternatives of or similar to Structurenet

Ant Learn Python
蚂蚁学Python,微信公众号的代码仓库
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Deeplearning Az
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Fastai old
OLD REPO - PLEASE USE fastai/fastai
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Pytorch For Deep Learning And Computer Vision Course All Codes
PyTorch for Deep Learning and Computer Vision Course
Stars: ✭ 167 (-1.76%)
Mutual labels:  jupyter-notebook
Tbbkanalysis
关于淘宝“爆款”数据爬取与分析。具体分析见 —
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Motion Ai
AI assisted motion detection for Home Assistant
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Face mask detection
Face mask detection system using Deep learning.
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Notebooks
Notebooks using the Hugging Face libraries 🤗
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Prottrans
ProtTrans is providing state of the art pretrained language models for proteins. ProtTrans was trained on thousands of GPUs from Summit and hundreds of Google TPUs using Transformers Models.
Stars: ✭ 164 (-3.53%)
Mutual labels:  jupyter-notebook
Colab
Continual Learning tutorials and demo running on Google Colaboratory.
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Quickdraw
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Lungcancerdetection
Use CNN to detect nodules in LIDC dataset.
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (-1.76%)
Mutual labels:  jupyter-notebook
Fsi Samples
A collection of open-source GPU accelerated Python tools and examples for quantitative analyst tasks and leverages RAPIDS AI project, Numba, cuDF, and Dask.
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Zerocostdl4mic
ZeroCostDL4Mic: A Google Colab based no-cost toolbox to explore Deep-Learning in Microscopy
Stars: ✭ 168 (-1.18%)
Mutual labels:  jupyter-notebook
Projects
TLM Monthly Projects. Join our slack to work on them.
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Gate Decorator Pruning
Code for the NuerIPS'19 paper "Gate Decorator: Global Filter Pruning Method for Accelerating Deep Convolutional Neural Networks"
Stars: ✭ 170 (+0%)
Mutual labels:  jupyter-notebook
Audiosignalprocessingforml
Code and slides of my YouTube series called "Audio Signal Proessing for Machine Learning"
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook
Tf Tutorials
Tutorials for deep learning course here:
Stars: ✭ 169 (-0.59%)
Mutual labels:  jupyter-notebook

StructureNet: Hierarchical Graph Networks for 3D Shape Generation

Overview

Figure 1. StructureNet is a hierarchical graph network that produces a unified latent space to encode structured models with both continuous geometric and discrete structural variations. In this example, we projected an un-annotated point cloud (left) and un-annotated image (right) into the learned latent space yielding semantically segmented point clouds structured as a hierarchy of graphs. The shape interpolation in the latent space also produces structured point clouds (top) including their corresponding graphs (bottom). Edges correspond to specific part relationships that are modeled by our approach. For simplicity, here we only show the graphs without the hierarchy. Note how the base of the chair morphs via functionally plausible intermediate configurations, or the chair back transitions from a plain back to a back with arm-rests.

Introduction

We introduce a hierarchical graph network for learning structure-aware shape generation which (i) can directly encode shape parts represented as such n-ary graphs; (ii) can be robustly trained on large and complex shape families such as PartNet; and (iii) can be used to generate a great diversity of realistic structured shape geometries with both both continuous geometric and discrete structural variations.

About the paper

Our team: Kaichun Mo, Paul Guerrero, Li Yi, Hao Su, Peter Wonka, Niloy Mitra, and Leonidas J. Guibas from Stanford University, University College London (UCL), University of California San Diego (UCSD), King Abdullah University of Science and Technology (KAUST), Adobe Research and Facebook AI Research.

Arxiv Version: https://arxiv.org/abs/1908.00575

Accepted by Siggraph Asia 2019. See you at Brisbane, Australia in November!

Project Page: https://cs.stanford.edu/~kaichun/structurenet/

Citations

@article{mo2019structurenet,
      title={StructureNet: Hierarchical Graph Networks for 3D Shape Generation},
      author={Mo, Kaichun and Guerrero, Paul and Yi, Li and Su, Hao and Wonka, Peter and Mitra, Niloy and Guibas, Leonidas},
      journal={ACM Transactions on Graphics (TOG), Siggraph Asia 2019},
      volume={38},
      number={6},
      pages={Article 242},
      year={2019},
      publisher={ACM}
}

About this repository

This repository provides data and code as follows.

    data/                   # contains data, models, results, logs
    code/                   # contains code and scripts
         # please follow `code/README.md` to run the code
    stats/                  # contains helper statistics

Questions

Please post issues for questions and more helps on this Github repo page. We encourage using Github issues instead of sending us emails since your questions may benefit others.

License

MIT Licence

Updates

  • [July 27, 2019] Data and Code released.
  • [May 13, 2020] Release the blender code for rendering figures in the paper.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].