O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis
Перейти к файлу
wang-ps eb7d2fb8a8 Update readme 2021-02-03 13:17:58 +09:00
caffe Update readme 2020-12-06 09:39:14 +08:00
docs Update readme 2021-02-03 13:17:58 +09:00
octree Fix key64 overflow and a bug in scale_points 2020-12-30 10:18:07 +08:00
pytorch Fix the conflict of math_functions.h between octree and cuda 2020-12-16 14:04:30 +09:00
tensorflow Update readme 2021-02-03 13:17:58 +09:00
.gitignore Update several caffe prototxt files 2020-12-04 11:37:23 +08:00
LICENSE Initial commit 2017-06-19 17:08:12 +08:00
README.md Update readme 2021-02-03 13:17:58 +09:00

README.md

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.

What's New?

  • 2021.02.03: Release the code for ModelNet40 classification with HRNet.
  • 2020.10.12: Release the initial version of our O-CNN under PyTorch. The code has been tested with the classification task.
  • 2020.08.16: We released our code for 3D unsupervised learning. We provided a unified network architecture for generic shape analysis tasks and an unsupervised method to pretrain the network. Our method achieved state-of-the-art performance on several benchmarks.
  • 2020.08.12: We released our code for Partnet segmentation. We achieved an average IoU of 58.4, significantly better than PointNet (IoU: 35.6), PointNet++ (IoU: 42.5), SpiderCNN (IoU: 37.0), and PointCNN(IoU: 46.5).
  • 2020.08.05: We released our code for shape completion. We proposed a simple yet efficient network and output-guided skip connections for 3D completion, which achieved state-of-the-art performances on several benchmarks.
  • 2020.03.16: We released ResNet-based O-CNN architecture for shape classification. We achieved a testing accuracy of 92.5 on ModelNet40 (without voting).

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 wangps@hotmail.com, Yang Liu yangliu@microsoft.com ) if you have any problems about our implementation.