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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to charlesq34/pointnet2

Open-source alternatives to Pointnet2

30 open-source projects similar to charlesq34/pointnet2, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pointnet2 alternative.

  • charlesq34/pointnetAvatar von charlesq34

    charlesq34/pointnet

    5,433Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,433
  • yanx27/pointnet_pointnet2_pytorchAvatar von yanx27

    yanx27/Pointnet_Pointnet2_pytorch

    4,894Auf GitHub ansehen↗

    This project is a PyTorch-based framework of deep learning models designed for the classification and semantic segmentation of 3D point cloud data. It provides implementations of the PointNet architecture to perform global category labeling of entire objects and detailed partitioning of large-scale 3D environments. The system handles semantic segmentation across multiple scales, ranging from identifying individual components within a single object to labeling distinct category types within large-scale scenes. The framework includes structural components for processing unordered point sets, s

    Pythonclassificationmodelnetpoint-cloud
    Auf GitHub ansehen↗4,894
  • xyf513/spidercnnAvatar von xyf513

    xyf513/SpiderCNN

    73Auf GitHub ansehen↗

    SpiderCNN: Deep Learning on Point Sets with Parameterized Convolutional Filters. ECCV 2018 Yifan Xu, Tianqi Fan, Mingye Xu, Long Zeng, Yu Qiao.

    Python
    Auf GitHub ansehen↗73
  • griegler/octnetAvatar von griegler

    griegler/octnet

    504Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗504

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • wangyueft/dgcnnAvatar von WangYueFt

    WangYueFt/dgcnn

    1,839Auf GitHub ansehen↗

    We propose a new neural network module dubbed EdgeConv suitable for CNN-based high-level tasks on point clouds including classification and segmentation. EdgeConv is differentiable and can be plugged into existing architectures.

    Python
    Auf GitHub ansehen↗1,839
  • pointcloudlibrary/pclAvatar von PointCloudLibrary

    PointCloudLibrary/pcl

    11,028Auf GitHub ansehen↗

    The Point Cloud Library is a collection of C++ algorithms designed for filtering, registering, and analyzing large-scale 3D spatial datasets. It provides a framework for 3D point cloud processing, incorporating tools for spatial data filtering and geometric feature estimation. The library includes specialized systems for aligning multiple spatial datasets into a single unified coordinate system and a rendering engine for the visual inspection and analysis of processed point cloud data. It also features tools for calculating spatial descriptors to identify structural patterns and shapes within

    C++c-plus-pluscomputer-visioncpp
    Auf GitHub ansehen↗11,028
  • facebookresearch/pytorch3dAvatar von facebookresearch

    facebookresearch/pytorch3d

    9,902Auf GitHub ansehen↗

    PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds and complex 3D surface geometries. It provides a collection of reusable components and data structures for deep learning with 3D data, including a framework for training and evaluating neural radiance fields to enable photorealistic view synthesis. The project features a differentiable 3D renderer that converts meshes and point clouds into 2D images while allowing gradients to flow back into the geometry and textures. This enables 3D shape optimization, where mesh geometry, te

    Python
    Auf GitHub ansehen↗9,902
  • stanfordvl/minkowskiengineS

    StanfordVL/MinkowskiEngine

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • manzilzaheer/deepsetsM

    manzilzaheer/DeepSets

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mapbox/robosatAvatar von mapbox

    mapbox/robosat

    2,056Auf GitHub ansehen↗

    Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds

    Python
    Auf GitHub ansehen↗2,056
  • huguesthomas/kpconvH

    HuguesTHOMAS/KPConv

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • fxia22/kdnet.pytorchF

    fxia22/kdnet.pytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • yangyanli/pointcnnAvatar von yangyanli

    yangyanli/PointCNN

    1,431Auf GitHub ansehen↗

    PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)

    Python
    Auf GitHub ansehen↗1,431
  • pytorch/visionAvatar von pytorch

    pytorch/vision

    17,743Auf GitHub ansehen↗

    This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection of neural network architectures, datasets, and high-performance transformation utilities. It serves as a foundational framework for building, training, and deploying deep learning models, offering a centralized model registry that allows developers to instantiate architectures with pre-trained weights for tasks such as image classification, object detection, and semantic segmentation. The library distinguishes itself through its modular approach to data and compute management

    Pythoncomputer-visionmachine-learning
    Auf GitHub ansehen↗17,743
  • facebookresearch/sparseconvnetAvatar von facebookresearch

    facebookresearch/SparseConvNet

    2,142Auf GitHub ansehen↗

    Submanifold sparse convolutional networks

    C++
    Auf GitHub ansehen↗2,142
  • trucleduc/pointgridAvatar von trucleduc

    trucleduc/PointGrid

    61Auf GitHub ansehen↗

    1. Python (with necessary common libraries such as numpy, scipy, etc.) 2. TensorFlow 3. You need to prepare your data in *.mat file with the following format: - 'points': N x 3 array (x, y, z coordinates of the point cloud) - 'labels': N x 1 array (1-based integer per-point labels) - 'category':…

    Python
    Auf GitHub ansehen↗61
  • dylanwusee/pointconvAvatar von DylanWusee

    DylanWusee/pointconv

    497Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗497
  • nvlabs/splatnetAvatar von NVlabs

    NVlabs/splatnet

    269Auf GitHub ansehen↗

    SPLATNet: Sparse Lattice Networks for Point Cloud Processing (CVPR2018)

    Python
    Auf GitHub ansehen↗269
  • fxia22/pointnet.pytorchF

    fxia22/pointnet.pytorch

    0Auf GitHub ansehen↗

    This repo is implementation for PointNet(https://arxiv.org/abs/1612.00593) in pytorch. The model is in pointnet/model.py.

    Auf GitHub ansehen↗0
  • dmlc/dglAvatar von dmlc

    dmlc/dgl

    14,283Auf GitHub ansehen↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Pythondeep-learninggraph-neural-networks
    Auf GitHub ansehen↗14,283
  • open-mmlab/mmdetectionAvatar von open-mmlab

    open-mmlab/mmdetection

    32,756Auf GitHub ansehen↗

    This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

    Pythoncascade-rcnnconvnextdetr
    Auf GitHub ansehen↗32,756
  • tensorflow/datasetsAvatar von tensorflow

    tensorflow/datasets

    4,575Auf GitHub ansehen↗

    This project is a dataset management framework and cross-framework data loader that provides a unified interface for reading data formats compatible with TensorFlow, JAX, and PyTorch. It serves as a library of curated public datasets provided as data streams and includes tools for building, versioning, and documenting large-scale datasets. The system differentiates itself through a distributed data processing engine capable of managing massive datasets across clusters using parallelized pipelines. It utilizes builder-based construction to standardize how data is downloaded and prepared, while

    Python
    Auf GitHub ansehen↗4,575
  • lightly-ai/lightlyAvatar von lightly-ai

    lightly-ai/lightly

    3,684Auf GitHub ansehen↗

    Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image datasets and train models on unlabeled data. It functions as a PyTorch vision library and dataset management SDK, providing tools to convert raw images into high-dimensional vectors for similarity search, visualization, and feature extraction. The project implements a variety of self-supervised architectures, including MoCo, SimCLR, VICReg, Barlow Twins, and masked image modeling. It distinguishes itself by combining these learning frameworks with active learning capabilities,

    Pythoncomputer-visioncontrastive-learningcontributions-welcome
    Auf GitHub ansehen↗3,684
  • sshaoshuai/pcdetAvatar von sshaoshuai

    sshaoshuai/PCDet

    5,621Auf GitHub ansehen↗

    PCDet is a LiDAR 3D object detection toolbox and point cloud processing library built on the PyTorch deep learning framework. It provides a system for identifying and locating three-dimensional objects within point cloud data. The project utilizes a data-model separation pattern to decouple dataset loading logic from the core detection pipeline. It features a multi-sensor fusion pipeline that combines data from multiple sensors into a shared spatial view and a distributed GPU training system to scale workloads across multiple graphics processors. The toolkit covers several capability areas,

    Python
    Auf GitHub ansehen↗5,621
  • google-deepmind/graph_netsAvatar von google-deepmind

    google-deepmind/graph_nets

    5,402Auf GitHub ansehen↗

    graph_nets is a graph-structured deep learning framework and library for building message-passing neural networks. It provides tools for designing architectures that operate on nodes and edges to process and reason about data structured as graphs using TensorFlow. The framework implements a message-passing paradigm for iterative information exchange between nodes. This approach enables the development of models that can reason about complex graph-structured inputs for tasks such as path-finding and sorting, or serve as a predictor for the future states and trajectories of physical systems.

    Pythonartificial-intelligencedeep-learninggraph-networks
    Auf GitHub ansehen↗5,402
  • intel-isl/open3dAvatar von intel-isl

    intel-isl/Open3D

    13,695Auf GitHub ansehen↗

    Open3D is a 3D data processing library, visualization engine, and machine learning library. It provides a framework for manipulating point clouds and meshes through specialized algorithms designed for 3D data science workflows. The project includes a toolkit for 3D scene reconstruction to generate spatial models and align surfaces from raw data. It also functions as a GPU accelerated framework that offloads intensive spatial computations to the graphics processor to increase processing speed. The library covers a broad range of capabilities including physically based light simulations for vi

    C++
    Auf GitHub ansehen↗13,695
  • facebookresearch/sapiensAvatar von facebookresearch

    facebookresearch/sapiens

    5,388Auf GitHub ansehen↗

    Sapiens is a high-resolution human vision model designed for high-precision, human-centric computer vision tasks. It functions as a suite of tools for estimating human pose, depth, and surface geometry. The project utilizes a vision transformer backbone to perform multiple tasks through a shared encoder. This architecture enables the simultaneous prediction of skeletal structures, joint locations, and the distance between a camera and a human subject. The model's capabilities cover human body part segmentation to isolate anatomical regions from backgrounds and surface normal prediction to re

    Python
    Auf GitHub ansehen↗5,388
  • potree/potreeAvatar von potree

    potree/potree

    5,505Auf GitHub ansehen↗

    Potree is a web-based point cloud rendering engine and viewer designed for the visualization and analysis of massive 3D spatial datasets and LIDAR scans. It functions as a geospatial analysis tool that enables the interactive exploration of high-density point clouds directly within a web browser using WebGL. The system utilizes eye-dome lighting to enhance depth perception of 3D structures and supports virtual reality for immersive spatial exploration. It provides specialized capabilities for 3D scene documentation through hierarchical annotations and the creation of animated camera fly-throu

    JavaScript
    Auf GitHub ansehen↗5,505
  • rapidsai/cumlAvatar von rapidsai

    rapidsai/cuml

    5,209Auf GitHub ansehen↗

    cuml is a GPU-accelerated machine learning library and framework that uses CUDA to accelerate tabular data preprocessing and model execution. It provides a suite of tools for training and deploying classification, regression, and clustering models on NVIDIA GPUs and GPU clusters. The library is designed for scalability, offering a distributed GPU machine learning environment that can spread computation and data across multiple hardware accelerators and nodes to handle datasets exceeding single-device memory. It mirrors standard estimator interfaces to allow the replacement of CPU-based models

    Python
    Auf GitHub ansehen↗5,209
  • nmslib/hnswlibAvatar von nmslib

    nmslib/hnswlib

    5,253Auf GitHub ansehen↗

    hnswlib is a header-only C++ library and vector indexing engine designed for high-dimensional approximate nearest neighbor search. It organizes large collections of embeddings into a searchable graph structure to enable rapid proximity queries and distance calculations. The system utilizes Hierarchical Navigable Small World graphs to achieve fast vector similarity search. It distinguishes itself by allowing the definition of custom distance metrics and similarity functions to adapt calculations to specific data requirements. The engine covers the full indexing lifecycle, including incrementa

    C++
    Auf GitHub ansehen↗5,253