Skip to content
/ O-CNN Public
forked from microsoft/O-CNN

O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis

License

Notifications You must be signed in to change notification settings

hengtek/O-CNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

O-CNN

This repository contains the implementation of O-CNN and Adaptive O-CNN introduced in our SIGGRAPH 2017 paper and SIGGRAPH Asia 2018 paper.
The code is released under the MIT license.

If you use our code or models, please cite our paper.

@article {Wang-2017-OCNN,
    title     = {{O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis}},
    author    = {Wang, Peng-Shuai and Liu, Yang and Guo, Yu-Xiao and Sun, Chun-Yu and Tong, Xin},
    journal   = {ACM Transactions on Graphics (SIGGRAPH)},
    volume    = {36},
    number    = {4},
    year      = {2017},
}
@article {Wang-2018-AOCNN,
    title     = {{Adaptive O-CNN: A Patch-based Deep Representation of 3D Shapes}},
    author    = {Wang, Peng-Shuai and Sun, Chun-Yu and Liu, Yang and Tong, Xin},
    journal   = {ACM Transactions on Graphics (SIGGRAPH Asia)},
    volume    = {37},
    number    = {6},
    year      = {2018},
}

Contents

We thank the authors of ModelNet, ShapeNet and Region annotation dataset for sharing their 3D model datasets with the public.

Please contact us (Pengshuai Wang [email protected], Yang Liu [email protected] ) if you have any problems about our implementation.

About

O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.2%
  • Python 11.1%
  • Cuda 7.7%
  • Other 1.0%