项目作者: edshkim98

项目描述 :
Implementation of Multi-view CNN for 3D classification evaluated on MoodleNet40 dataset.
高级语言: Jupyter Notebook
项目地址: git://github.com/edshkim98/3DMultiviewCNN.git
创建时间: 2020-10-16T17:22:20Z
项目社区:https://github.com/edshkim98/3DMultiviewCNN

开源协议:

下载


3D_multiviewCNN

Implemented Multi-view CNN for 3D classification using MoodleNet40 dataset.

The author from original paper uses VGG net, but I used a pre-trained ResNet34 and find tuned by building a classifier at the end.

Using this approach, I have achieved over 98% in validation dataset.

The original paper: http://vis-www.cs.umass.edu/mvcnn/docs/su15mvcnn.pdf
MVCNN arcitecture