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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DylanWusee avatar

DylanWusee/pointconv

0
View on GitHub↗
497 stars·97 forks·Python·6 vues

Pointconv

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

Features

  • 3D Object Classification - Convolutional operator for point cloud processing.
  • Semantic Segmentation - Convolutional operator for learning local features on point clouds.

Historique des stars

Graphique de l'historique des stars pour dylanwusee/pointconvGraphique de l'historique des stars pour dylanwusee/pointconv

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait dylanwusee/pointconv ?

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

Quelles sont les fonctionnalités principales de dylanwusee/pointconv ?

Les fonctionnalités principales de dylanwusee/pointconv sont : 3D Object Classification, Semantic Segmentation.

Quelles sont les alternatives open-source à dylanwusee/pointconv ?

Les alternatives open-source à dylanwusee/pointconv incluent : trucleduc/pointgrid — 1. Python (with necessary common libraries such as numpy, scipy, etc.) 2. TensorFlow 3. You need to prepare your data… xyf513/spidercnn — SpiderCNN: Deep Learning on Point Sets with Parameterized Convolutional Filters. ECCV 2018 Yifan Xu, Tianqi Fan,… charlesq34/pointnet — PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without… charlesq34/pointnet2 — PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a… bupt-ai-cz/cac-unet-digestpath2019 — 1st to MICCAI DigestPath2019 challenge (https://digestpath2019.grand-challenge.org/Home/) on colonoscopy tissue… amir32002/feedback-networks — Paper: Feedback Networks, CVPR 2017.

Alternatives open source à Pointconv

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Pointconv.
  • charlesq34/pointnet2Avatar de charlesq34

    charlesq34/pointnet2

    3,678Voir sur 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
    Voir sur GitHub↗3,678
  • trucleduc/pointgridAvatar de trucleduc

    trucleduc/PointGrid

    61Voir sur GitHub↗

    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
    Voir sur GitHub↗61
  • charlesq34/pointnetAvatar de charlesq34

    charlesq34/pointnet

    5,433Voir sur 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
    Voir sur GitHub↗5,433
  • xyf513/spidercnnAvatar de xyf513

    xyf513/SpiderCNN

    73Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗73
Voir les 30 alternatives à Pointconv→