awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ranahanocka avatar

ranahanocka/MeshCNN

0
View on GitHub↗
1,727 stars·344 forks·Python·MIT·10 views

MeshCNN

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.

Features

  • 3D Object Classification - Neural network for processing 3D triangular meshes.
  • 3D Shape Analysis - Edge-based convolutional neural network for mesh analysis.
  • Convolutional Neural Networks (CNNs) - Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for ranahanocka/meshcnnStar history chart for ranahanocka/meshcnn

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with MeshCNN

These projects share indexed features with MeshCNN. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • itailang/samplenetitailang avatar

    itailang/SampleNet

    392View on GitHub↗

    Created by Itai Lang, Asaf Manor, and Shai Avidan from Tel Aviv University.

    Python
    View on GitHub↗392
  • aaron-xichen/pytorch-playgroundaaron-xichen avatar

    aaron-xichen/pytorch-playground

    2,714View on GitHub↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    View on GitHub↗2,714
  • ajbrock/generative-and-discriminative-voxel-modelingajbrock avatar

    ajbrock/Generative-and-Discriminative-Voxel-Modeling

    214View on GitHub↗

    Voxel-Based Variational Autoencoders, VAE GUI, and Convnets for Classification

    Python
    View on GitHub↗214
  • a2zadeh/variational-autodecoderA

    A2Zadeh/Variational-Autodecoder

    0View on GitHub↗
    View on GitHub↗0
Compare all 30 related projects→

Frequently asked questions

What does ranahanocka/meshcnn do?

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.

What are the main features of ranahanocka/meshcnn?

The main features of ranahanocka/meshcnn are: 3D Object Classification, 3D Shape Analysis, Convolutional Neural Networks (CNNs).

Which projects share features with ranahanocka/meshcnn?

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.