All Projects → kuixu → 3d Deep Learning

kuixu / 3d Deep Learning

Licence: mit
3D Deep Learning works

Projects that are alternatives of or similar to 3d Deep Learning

U.movin
Unity library for rendering After Effects shape animations
Stars: ✭ 122 (-9.63%)
Mutual labels:  3d
Gplayengine
Cross-platform C++ 2D / 3D game engine.
Stars: ✭ 129 (-4.44%)
Mutual labels:  3d
Tweetscape
A WebVR experience displaying tweets in real-time along a 3D timeline
Stars: ✭ 132 (-2.22%)
Mutual labels:  3d
Layoutnetv2
PyTorch implementation of our IJCV paper: "Manhattan Room Layout Reconstruction from a Single 360 image: A Comparative Study of State-of-the-art Methods"
Stars: ✭ 123 (-8.89%)
Mutual labels:  3d
Radixengine
A free and open game engine.
Stars: ✭ 126 (-6.67%)
Mutual labels:  3d
Timeline
直观地显示各个历史时间段及历史地图。Visually display various historical time periods and historical maps.
Stars: ✭ 127 (-5.93%)
Mutual labels:  3d
Verse
Network protocol for real-time sharing between graphical applications
Stars: ✭ 121 (-10.37%)
Mutual labels:  3d
Canvas Test
🎮 happy canvas
Stars: ✭ 1,722 (+1175.56%)
Mutual labels:  3d
Minijvm
Develop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .
Stars: ✭ 127 (-5.93%)
Mutual labels:  3d
Versatile
A simple 3D model editor based on simple quads and a sprite set.
Stars: ✭ 132 (-2.22%)
Mutual labels:  3d
Cellularforms
An implementation of Andy Lomas' Cellular Forms.
Stars: ✭ 124 (-8.15%)
Mutual labels:  3d
Zfont
💬 Text plugin for Zdog - works with any .ttf font!
Stars: ✭ 126 (-6.67%)
Mutual labels:  3d
Vis Graph3d
📊 Create interactive, animated 3d graphs. Surfaces, lines, dots and block styling out of the box.
Stars: ✭ 129 (-4.44%)
Mutual labels:  3d
Hilo3d
Hilo3d, a WebGL Rendering Engine.
Stars: ✭ 123 (-8.89%)
Mutual labels:  3d
Model viewer.dart
A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.
Stars: ✭ 134 (-0.74%)
Mutual labels:  3d
3dreamengine
3DreamEngine is an *awesome* 3d engine for LÖVE.
Stars: ✭ 122 (-9.63%)
Mutual labels:  3d
Earthjs
D3 Earth JS
Stars: ✭ 128 (-5.19%)
Mutual labels:  3d
Armorpaint
3D PBR Texture Painting Software
Stars: ✭ 2,065 (+1429.63%)
Mutual labels:  3d
Jeelizglassesvtowidget
JavaScript/WebGL glasses virtual try on widget. Real time webcam experience, robust to all lighting conditions, high end 3D PBR rendering, easy to integrate, fallback to server-side rendering
Stars: ✭ 134 (-0.74%)
Mutual labels:  3d
Quantized Mesh Viewer
Render custom quantized mesh tiles in Cesium.js and debug individual tiles using THREE.js renderer.
Stars: ✭ 130 (-3.7%)
Mutual labels:  3d

3d-deep-learning

3D Deep Learning works

Tasks

3D Representation

Spherical CNNs

  • Taco S. Cohen, Spherical CNNs, ICLR 2018 Best paper [paper]
  • Learning SO(3) Equivariant Representations with Spherical CNNs [paper] [code]
  • Deep Learning Advances on Different 3D Data Representations: A Survey [paper]

3D Classification

Datasets

Networks

  • 3D CNN
    • 3D-DenseNet
    • Voxnet: A 3d convolutional neural network for real-time object recognition, IROS 2015. [code] [paper]
    • [3D-NIN, network in network]
    • VRN Ensemble, Generative and discriminative voxel modeling with convolutional neural networks, arxiv [paper] [code]
      • Voxception-Resnet Blocks
  • 2D CNN - MVCNN, Learned-Miller.Multi- view convolutional neural networks for 3d shape recognition, ICCV2015 [project] [code] [paper][data] [video]
  • Point
  • Graph/tree-based
    • Kd-Net, scape from cells: Deep kd- networks for the recognition of 3d point cloud models, arxiv2017 [paper]
      • kd-tree
    • Octnet: Learning deep 3d representations at high resolutions, CVPR2017
      • octree
    • O-cnn: Octree-based convolutional neural networks for 3d shape analysis, TOG2017
      • octree
    • SO-Net: Self-Organizing Network for Point Cloud Analysis, CVPR2018 [paper] [code]
      • point-to-node kNN search Self-Organizing Map (SOM)
    • KCNet, Mining Point Cloud Local Structures by Kernel Correlation and Graph Pooling, CVPR2018 [project] [code] [paper][data] [video]
      • Kernel Correlation
      • Graph Pooling

3D Segmentation

Datasets

Networks

  • HeartSeg, 3D-FC-Densenet, Automatic 3D Cardiovascular MR Segmentation with Densely-Connected Volumetric ConvNets - MICCAI 2017 - [code]
  • 3D-Unet [paper]
  • ClusterNet: 3D Instance Segmentation in RGB-D Images [paper]
  • PointNet [project][paper][code][video][slides]
  • PointNet++ [paper] [code]
  • KCNet, Mining Point Cloud Local Structures by Kernel Correlation and Graph Pooling, CVPR2018 [project] [code] [paper][data] [video]
  • SO-Net: Self-Organizing Network for Point Cloud Analysis, CVPR2018 [paper] [code]
  • 3D Shape Segmentation with Projective Convolutional Networks. CVPR2017. Project Poster Presentation
  • nnU-Net: Breaking the Spell on Successful Medical Image Segmentation [paper] [code]

3D Object Detection

Datasets

Data types: RGBD, Flow, Laser

Networks

  • MV3D, Multi-View 3D Object Detection Network for Autonomous Driving [paper] [code]
  • Avod, Joint 3D Proposal Generation and Object Detection from View Aggregation [paper] [code]
  • F-PointNet, Frustum PointNets for 3D Object Detection from RGB-D Data [paper] [code]
  • VoxelNet: End-to-End Learning for Point Cloud Based 3D Object Detection [paper]
  • PIXOR: Real-time 3D Object Detection from Point Clouds - CVPR 2018 - [paper] [code]
  • 3D Object Proposals using Stereo Imagery for Accurate Object Class Detection [paper]
  • 3D Bounding Box Estimation Using Deep Learning and Geometry [paper] [code]
  • Learning 3D Object Orientations From Synthetic Images

3D Reconstruction & Generation

Datasets

Data types: RGBD, Flow, Laser

  • ShapeNet

Networks

  • SO-Net: Self-Organizing Network for Point Cloud Analysis, CVPR2018 [paper] [code]
  • 3D-GAN [paper] [code]
  • Generating 3D Adversarial Point Clouds [paper]

3D Human Pose Estimation

Datasets

Data types: RGBD, Flow, Laser

  • ShapeNet

Networks

  • Synthetic Occlusion Data Augmentation -2018 ECCV PoseTrack Challenge - [paper] [code]
  • Towards 3D Human Pose Estimation in the Wild: a Weakly-supervised Approach - ICCV 2017 - [paper] [code] [code-pytorch
  • 3D human pose estimation from depth maps using a deep combination of poses [paper]

CVPR2016 Tutorial: 3D Deep Learning with Marvin

Codes and libs for 3D

DL on Medical Image

More 3D Papers

see [ 3D-Machine-Learning]

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