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
facebookresearch avatar

facebookresearch/SparseConvNetArchived

0
View on GitHub↗
2,142 stars·336 forks·C++·5 viewsgithub.com/facebookresearch/SparseConvNet↗

SparseConvNet

Submanifold sparse convolutional networks

Features

  • Computer Vision - Submanifold sparse convolutional neural networks.
  • Deep Learning Architectures - Submanifold sparse convolutional networks for semantic segmentation.
  • Deep Learning Frameworks - Submanifold sparse convolutional networks for semantic segmentation.

Star history

Star history chart for facebookresearch/sparseconvnetStar history chart for facebookresearch/sparseconvnet

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Frequently asked questions

What does facebookresearch/sparseconvnet do?

Submanifold sparse convolutional networks

What are the main features of facebookresearch/sparseconvnet?

The main features of facebookresearch/sparseconvnet are: Computer Vision, Deep Learning Architectures, Deep Learning Frameworks.

What are some open-source alternatives to facebookresearch/sparseconvnet?

Open-source alternatives to facebookresearch/sparseconvnet include: charlesq34/pointnet2 — PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a… fxia22/kdnet.pytorch. albu/albumentations — Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for… charlesq34/pointnet — PointNet is a deep learning architecture designed to process and classify raw 3D point clouds directly without… alankbi/detecto — Build fully-functioning computer vision models with PyTorch. fxia22/pointnet.pytorch — This repo is implementation for PointNet(https://arxiv.org/abs/1612.00593) in pytorch. The model is in…

Open-source alternatives to SparseConvNet

Similar open-source projects, ranked by how many features they share with SparseConvNet.
  • albu/albumentationsalbu avatar

    albu/albumentations

    15,308View on GitHub↗

    Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for deep learning models. It provides a collection of transformations that modify pixel values and spatial geometry to increase the diversity of training samples and improve model generalization. The library supports both 2D image augmentation and 3D volumetric data augmentation. It handles a variety of labels alongside images, ensuring that bounding boxes, keypoints, and segmentation masks remain accurately aligned when spatial transformations are applied. The tool incorporates

    Python
    View on GitHub↗15,308
  • 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
  • alankbi/detectoalankbi avatar

    alankbi/detecto

    626View on GitHub↗

    Build fully-functioning computer vision models with PyTorch

    Python
    View on GitHub↗626
  • 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
  • See all 30 alternatives to SparseConvNet→