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
Back to ranahanocka/meshcnn

Projects sharing features with MeshCNN

30 open-source projects similar to ranahanocka/meshcnn, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it 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
  • fpthink/pdgnfpthink avatar

    fpthink/PDGN

    28View on GitHub↗

    by Le Hui, Rui Xu, Jin Xie, Jianjun Qian, and Jian Yang, details are in paper.

    Python
    View on GitHub↗28
  • amir32002/feedback-networksamir32002 avatar

    amir32002/feedback-networks

    91View on GitHub↗

    Paper: Feedback Networks, CVPR 2017.

    Lua
    View on GitHub↗91
  • automan000/convolution_lstm_pytorchA

    automan000/Convolution_LSTM_pytorch

    0View on GitHub↗
    View on GitHub↗0
  • bamos/densenet.pytorchbamos avatar

    bamos/densenet.pytorch

    838View on GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    View on GitHub↗838

AI search

Explore more awesome repositories

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

Find more with AI search
  • bgshih/crnnbgshih avatar

    bgshih/crnn

    2,104View on GitHub↗

    Convolutional Recurrent Neural Network

    Lua
    View on GitHub↗2,104
  • charlesq34/3dcnn.torchcharlesq34 avatar

    charlesq34/3dcnn.torch

    230View on GitHub↗

    Volumetric CNN (Convolutional Neural Networks) for Object Classification on 3D Data, with Torch implementation.

    Lua
    View on GitHub↗230
  • charlesq34/pointnetcharlesq34 avatar

    charlesq34/pointnet

    5,433View on GitHub↗

    PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without voxelization. It provides a system for 3D object classification, semantic segmentation frameworks for partitioning clouds into categories, and tools for visualizing 3D shapes. The project utilizes a transform network to align point clouds into a canonical coordinate space and employs symmetric-function-based aggregation to condense point-wise features into global vectors regardless of point order. It also features a multi-scale grouping architecture to extract hierarchical geometric

    Python
    View on GitHub↗5,433
  • charlesq34/pointnet2charlesq34 avatar

    charlesq34/pointnet2

    3,678View on GitHub↗

    PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a hierarchical feature learning architecture to extract geometric patterns from sampled 3D point sets. The framework implements a variety of 3D analysis tools, including a point cloud classifier for categorizing objects based on spatial coordinates and surface normals, a semantic scene segmenter for labeling surfaces in large-scale environments, and a tool for 3D object part segmentation. The system covers a broad range of capabilities including geometric feature extraction, 3D da

    Python
    View on GitHub↗3,678
  • d-li14/octconv.pytorchD

    d-li14/octconv.pytorch

    0View on GitHub↗
    View on GitHub↗0
  • dimatura/voxnetdimatura avatar

    dimatura/voxnet

    386View on GitHub↗

    3D/Volumetric Convolutional Neural Networks with Theano+Lasagne.

    Python
    View on GitHub↗386
  • dylanwusee/pointconvDylanWusee avatar

    DylanWusee/pointconv

    497View on GitHub↗

    PointConv: Deep Convolutional Networks on 3D Point Clouds. CVPR 2019 Wenxuan Wu, Zhongang Qi, Li Fuxin.

    Python
    View on GitHub↗497
  • edgarriba/examplesedgarriba avatar

    edgarriba/examples

    27View on GitHub↗
    Python
    View on GitHub↗27
  • 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
  • fyu/drnfyu avatar

    fyu/drn

    1,105View on GitHub↗

    Dilated Residual Networks

    Python
    View on GitHub↗1,105
  • gpleiss/efficient_densenet_pytorchgpleiss avatar

    gpleiss/efficient_densenet_pytorch

    1,535View on GitHub↗

    A memory-efficient implementation of DenseNets

    Pythondeep-learningdensenetpytorch
    View on GitHub↗1,535
  • griegler/octnetgriegler avatar

    griegler/octnet

    504View on GitHub↗

    OctNet uses efficient space partitioning structures (i.e. octrees) to reduce memory and compute requirements of 3D convolutional neural networks, thereby enabling deep learning at high resolutions.

    C++
    View on GitHub↗504
  • gsp-27/pytorch_squeezenetG

    gsp-27/pytorch_Squeezenet

    0View on GitHub↗
    View on GitHub↗0
  • hansen7/occohansen7 avatar

    hansen7/OcCo

    239View on GitHub↗

    This repository is the official implementation of paper: "Unsupervised Point Cloud Pre-training via Occlusion Completion"

    Python
    View on GitHub↗239
  • huawei-noah/legonetH

    huawei-noah/LegoNet

    0View on GitHub↗
    View on GitHub↗0
  • a2zadeh/variational-autodecoderA

    A2Zadeh/Variational-Autodecoder

    0View on GitHub↗
    View on GitHub↗0
  • jarrelscy/iresnetjarrelscy avatar

    jarrelscy/iResnet

    25View on GitHub↗

    Non official pytorch implementation of i-Resnet, invertible residual networks.

    Jupyter Notebook
    View on GitHub↗25
  • jcjohnson/pytorch-vggJ

    jcjohnson/pytorch-vgg

    0View on GitHub↗
    View on GitHub↗0
  • jwyang/faster-rcnn.pytorchjwyang avatar

    jwyang/faster-rcnn.pytorch

    7,859View on GitHub↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

    Python
    View on GitHub↗7,859
  • kuangliu/pytorch-cifarkuangliu avatar

    kuangliu/pytorch-cifar

    6,360View on GitHub↗

    This is a PyTorch-based training pipeline designed for reproducible image classification benchmarking on the CIFAR-10 dataset. It integrates GPU-accelerated computation, data augmentation, learning rate scheduling, and checkpointing to produce consistent accuracy measurements across multiple ResNet architectures. The project distinguishes itself by providing a fixed-architecture benchmark suite that trains a predefined set of ResNet variants, from ResNet18 through ResNet152, on CIFAR-10. It implements a step-based learning rate decay schedule at predetermined epochs to stabilize convergence,

    Pythonpytorch
    View on GitHub↗6,360
  • lmb-freiburg/orionlmb-freiburg avatar

    lmb-freiburg/orion

    129View on GitHub↗

    Here you can find the code for the BMVC 2017 version of "Orientation-boosted Voxel Nets for 3D Object Recognition", a.k.a ORION.

    Matlab
    View on GitHub↗129
  • longcw/faster_rcnn_pytorchlongcw avatar

    longcw/faster_rcnn_pytorch

    1,777View on GitHub↗

    Faster RCNN with PyTorch

    Pythoncomputer-visiondetectionfaster-rcnn
    View on GitHub↗1,777
  • lorenmt/shape-adaptorlorenmt avatar

    lorenmt/shape-adaptor

    71View on GitHub↗

    This repository contains the source code to support the paper: Shape Adaptor: A Learnable Resizing Module, by Shikun Liu and Adobe Research Team.

    Python
    View on GitHub↗71
  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410