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 trucleduc/pointgrid

Open-source alternatives to PointGrid

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

  • 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
  • xyf513/spidercnnxyf513 avatar

    xyf513/SpiderCNN

    73View on GitHub↗

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

    Python
    View on GitHub↗73
  • 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

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
  • bupt-ai-cz/cac-unet-digestpath2019bupt-ai-cz avatar

    bupt-ai-cz/CAC-UNet-DigestPath2019

    98View on GitHub↗

    1st to MICCAI DigestPath2019 challenge (https://digestpath2019.grand-challenge.org/Home/) on colonoscopy tissue segmentation and classification task. (MICCAI 2019) https://teacher.bupt.edu.cn/zhuchuang/en/index.htm

    Python
    View on GitHub↗98
  • bupt-ai-cz/iast-eccv2020bupt-ai-cz avatar

    bupt-ai-cz/IAST-ECCV2020

    81View on GitHub↗

    IAST: Instance Adaptive Self-training for Unsupervised Domain Adaptation (ECCV 2020) https://teacher.bupt.edu.cn/zhuchuang/en/index.htm

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

    amir32002/feedback-networks

    91View on GitHub↗

    Paper: Feedback Networks, CVPR 2017.

    Lua
    View on GitHub↗91
  • fyu/dilationfyu avatar

    fyu/dilation

    785View on GitHub↗

    Properties of dilated convolution are discussed in our ICLR 2016 conference paper. This repository contains the network definitions and the trained models. You can use this code together with vanilla Caffe to segment images using the pre-trained models. If you want to train the models yourself,…

    Python
    View on GitHub↗785
  • brdav/refignbrdav avatar

    brdav/refign

    86View on GitHub↗

    Refign: Align and Refine for Adaptation of Semantic Segmentation to Adverse Conditions WACV 2023

    Python
    View on GitHub↗86
  • guosheng/refinenetG

    guosheng/refinenet

    0View on GitHub↗
    View on GitHub↗0
  • chen742/pipachen742 avatar

    chen742/PiPa

    100View on GitHub↗

    Official Implementation of PiPa: Pixel- and Patch-wise Self-supervised Learning for Domain Adaptative Semantic Segmentation

    Python
    View on GitHub↗100
  • dimatura/voxnetdimatura avatar

    dimatura/voxnet

    386View on GitHub↗

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

    Python
    View on GitHub↗386
  • donglao/pcedadonglao avatar

    donglao/PCEDA

    35View on GitHub↗

    Hey guys! Welcome to this repository of our paper 'Phase Consistent Ecological Domain Adaptation', which is accepted by CVPR 2020. First things first, here's a link to our paper. Make sure to read it and you will like it. Currently we are organizing the code and will make it public available…

    Python
    View on GitHub↗35
  • dvlab-research/decouplenetdvlab-research avatar

    dvlab-research/DecoupleNet

    36View on GitHub↗

    Official implementation for our ECCV 2022 paper "DecoupleNet: Decoupled Network for Domain Adaptive Semantic Segmentation"

    Python
    View on GitHub↗36
  • feipan664/intradafeipan664 avatar

    feipan664/IntraDA

    274View on GitHub↗

    Unsupervised Intra-domain Adaptation for Semantic Segmentation through Self-Supervision (CVPR 2020 Oral)

    Python
    View on GitHub↗274
  • charlesq34/frustum-pointnetscharlesq34 avatar

    charlesq34/frustum-pointnets

    1,668View on GitHub↗

    Created by Charles R. Qi , Wei Liu , Chenxia Wu , Hao Su and Leonidas J. Guibas from Stanford University and Nuro Inc.

    Python
    View on GitHub↗1,668
  • edwardzhou130/polarsegedwardzhou130 avatar

    edwardzhou130/PolarSeg

    420View on GitHub↗

    Implementation for PolarNet: An Improved Grid Representation for Online LiDAR Point Clouds Semantic Segmentation (CVPR 2020)

    Python
    View on GitHub↗420
  • fudan-zvg/setrfudan-zvg avatar

    fudan-zvg/SETR

    1,109View on GitHub↗

    CVPR 2021 & IJCV 2024 Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers

    Python
    View on GitHub↗1,109
  • 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
  • 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
  • bit-da/sepicoBIT-DA avatar

    BIT-DA/SePiCo

    121View on GitHub↗

    TPAMI 2023 ESI Highly Cited Paper SePiCo: Semantic-Guided Pixel Contrast for Domain Adaptive Semantic Segmentation https://arxiv.org/abs/2204.08808

    Python
    View on GitHub↗121
  • halmstad-university/titan-nethalmstad-University avatar

    halmstad-University/TITAN-NET

    26View on GitHub↗

    TITAN-Net introduces a fresh, effective approach for bridging the gap between sensor modalities with different data formats! 🌉 By harnessing the power of scene semantics, TITAN-Net can, for the very first time, synthesize a panoramic color image directly from a 3D LiDAR point cloud.

    Python
    View on GitHub↗26
  • helioszhao/shadeHeliosZhao avatar

    HeliosZhao/SHADE

    47View on GitHub↗

    Style-Hallucinated Dual Consistency Learning for Domain Generalized Semantic Segmentation. ECCV 2022

    Python
    View on GitHub↗47
  • hszhao/pspnethszhao avatar

    hszhao/PSPNet

    1,656View on GitHub↗

    by Hengshuang Zhao, Jianping Shi, Xiaojuan Qi, Xiaogang Wang, Jiaya Jia, details are in project page.

    C++
    View on GitHub↗1,656
  • hyeonwoonoh/deconvnetHyeonwooNoh avatar

    HyeonwooNoh/DeconvNet

    326View on GitHub↗

    DeconvNet : Learning Deconvolution Network for Semantic Segmentation

    Matlab
    View on GitHub↗326
  • idealwei/asanetidealwei avatar

    idealwei/ASANet

    24View on GitHub↗

    The code and trained models of: Affinity Space Adaptation for Semantic Segmentation Across Domains.

    Python
    View on GitHub↗24
  • 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
  • junfu1115/danetjunfu1115 avatar

    junfu1115/DANet

    2,459View on GitHub↗

    Jun Fu, Jing Liu, Haijie Tian, Yong Li, Yongjun Bao, Zhiwei Fang,and Hanqing Lu

    Python
    View on GitHub↗2,459
  • kalov/shapepfcnkalov avatar

    kalov/ShapePFCN

    85View on GitHub↗

    Shape Projective Fully Convolutional Network

    C++
    View on GitHub↗85
  • 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