How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Created by Itai Lang, Asaf Manor, and Shai Avidan from Tel Aviv University.
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification
MeshCNN is a general-purpose deep neural network for 3D triangular meshes, which can be used for tasks such as 3D shape classification or segmentation. This framework includes convolution, pooling and unpooling layers which are applied directly on the mesh edges.
The main features of ranahanocka/meshcnn are: 3D Object Classification, 3D Shape Analysis, Convolutional Neural Networks (CNNs).
Projects with overlapping indexed features include: itailang/samplenet — Created by Itai Lang, Asaf Manor, and Shai Avidan from Tel Aviv University. aaron-xichen/pytorch-playground — Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet,… ajbrock/generative-and-discriminative-voxel-modeling — Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification. amir32002/feedback-networks — Paper: Feedback Networks, CVPR 2017. automan000/convolution_lstm_pytorch. a2zadeh/variational-autodecoder.