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 gorilla-lab-scut/sstnet

Open-source alternatives to SSTNet

30 open-source projects similar to gorilla-lab-scut/sstnet, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SSTNet alternative.

  • yanx27/pointnet_pointnet2_pytorchyanx27 avatar

    yanx27/Pointnet_Pointnet2_pytorch

    4,894View on GitHub↗

    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
    View on GitHub↗4,894
  • intel-isl/open3dintel-isl avatar

    intel-isl/Open3D

    13,695View on GitHub↗

    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++
    View on GitHub↗13,695
  • aim-uofa/dyco3daim-uofa avatar

    aim-uofa/DyCo3D

    128View on GitHub↗

    Code for the paper DyCo3D: Robust Instance Segmentation of 3D Point Clouds through Dynamic Convolution, CVPR 2021.

    Python
    View on GitHub↗128
  • angeladai/3dmvangeladai avatar

    angeladai/3DMV

    213View on GitHub↗

    3DMV jointly combines RGB color and geometric information to perform 3D semantic segmentation of RGB-D scans. This work is based on our ECCV'18 paper, 3DMV: Joint 3D-Multi-View Prediction for 3D Semantic Scene Segmentation.

    Python
    View on GitHub↗213

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
  • anonymous0522/raananonymous0522 avatar

    anonymous0522/RAAN

    32View on GitHub↗

    0. The CUDA and Pytorch version that is used for this work: ~~~ 'CUDA==10.0', 'torch==1.1.0', 'CUDNN==7.5.0' ~~~ Warning: We tried CUDA11.0+Torch1.7.1 on RTX3090, the AP performance is significantly lower than the aforementioned environment setup.

    Python
    View on GitHub↗32
  • autonomousvision/neatautonomousvision avatar

    autonomousvision/neat

    327View on GitHub↗

    This repository is for the ICCV 2021 paper NEAT: Neural Attention Fields for End-to-End Autonomous Driving.

    Python
    View on GitHub↗327
  • autovision-cloud/sa-det3dAutoVision-cloud avatar

    AutoVision-cloud/SA-Det3D

    169View on GitHub↗

    By Prarthana Bhattacharyya, Chengjie Huang and Krzysztof Czarnecki.

    Python
    View on GitHub↗169
  • banconxuan/rtm3dBanconxuan avatar

    Banconxuan/RTM3D

    484View on GitHub↗

    RTM3D(ECCV2020) and KM3D (namely RTM3D++) are efficiency and accuracy monocular 3D object detection methods for autonomous driving.

    Python
    View on GitHub↗484
  • blvlab/pimaeBLVLab avatar

    BLVLab/PiMAE

    139View on GitHub↗

    Accepted to CVPR2023. 🔥

    Python
    View on GitHub↗139
  • cheng052/brnetcheng052 avatar

    cheng052/BRNet

    93View on GitHub↗

    This is a release of the code of our paper Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds, CVPR 2021.

    Python
    View on GitHub↗93
  • chenyilun95/dsgnchenyilun95 avatar

    chenyilun95/DSGN

    340View on GitHub↗

    This is the official implementation of DSGN (CVPR 2020), a strong 3D object detector proposed to jointly estimate scene depth and detect 3D objects in 3D world with only input of a stereo image pair.

    Python
    View on GitHub↗340
  • cvmi-lab/st3dCVMI-Lab avatar

    CVMI-Lab/ST3D

    313View on GitHub↗

    Code release for the paper ST3D: Self-training for Unsupervised Domain Adaptation on 3D Object Detection, CVPR 2021 and ST3D++: Denoised Self-training for Unsupervised Domain Adaptation on 3D Object Detection, T-PAMI 2022.

    Python
    View on GitHub↗313
  • dingmyu/d4lcndingmyu avatar

    dingmyu/D4LCN

    316View on GitHub↗

    Mingyu Ding, Yuqi Huo, Hongwei Yi, Zhe Wang, Jianping Shi, Zhiwu Lu, Ping Luo

    Python
    View on GitHub↗316
  • fudan-zvg/ddmpfudan-zvg avatar

    fudan-zvg/DDMP

    26View on GitHub↗

    Pytorch implementation of Depth-conditioned Dynamic Message Propagation forMonocular 3D Object Detection, a paper on CVPR2021.

    Python
    View on GitHub↗26
  • garrickbrazil/m3d-rpngarrickbrazil avatar

    garrickbrazil/M3D-RPN

    260View on GitHub↗

    Garrick Brazil, Xiaoming Liu

    Python
    View on GitHub↗260
  • ghostish/batG

    Ghostish/BAT

    0View on GitHub↗

    :pointright::pointright::pointright:This repo is permanently moved to https://github.com/Ghostish/Open3DSOT :pointleft::pointleft::pointleft:

    View on GitHub↗0
  • hlesmqh/ws3dhlesmqh avatar

    hlesmqh/WS3D

    125View on GitHub↗

    This is the official repo of 'Weakly Supervised 3D object detection from Lidar Point Cloud' (ECCV2020). Author: Qinghao Meng, Wenguan Wang, Tianfei Zhou, Jianbing Shen, Luc Van Gool, and Dengxin Dai

    Python
    View on GitHub↗125
  • hustvl/haishustvl avatar

    hustvl/HAIS

    178View on GitHub↗

    Hierarchical Aggregation for 3D Instance Segmentation ICCV 2021

    Python
    View on GitHub↗178
  • hzykent/vmnethzykent avatar

    hzykent/VMNet

    101View on GitHub↗

    Created by Zeyu HU

    Python
    View on GitHub↗101
  • jialeli1/from-voxel-to-pointJ

    jialeli1/From-Voxel-to-Point

    0View on GitHub↗

    This is a reproduced repo of "From Voxel to Point: IoU-guided 3D Object Detection for Point Cloud with Voxel-to-Point Decoder" (FromVoxelToPoint) and "Anchor-free 3D Single Stage Detector with Mask-Guided Attention for Point Cloud" (MGAF-3DSSD) in ACM MM 2021.

    View on GitHub↗0
  • jonasschult/mask3dJonasSchult avatar

    JonasSchult/Mask3D

    732View on GitHub↗

    Jonas Schult 1 , Francis Engelmann 2,3 , Alexander Hermans 1 , Or Litany 4 , Siyu Tang 3 , Bastian Leibe 1

    Python
    View on GitHub↗732
  • kemaloksuz/ranksortlosskemaloksuz avatar

    kemaloksuz/RankSortLoss

    245View on GitHub↗

    The official implementation of Rank & Sort Loss. Our implementation is based on mmdetection.

    Python
    View on GitHub↗245
  • mhalber/rescanmhalber avatar

    mhalber/Rescan

    17View on GitHub↗

    In depth-sensing applications ranging from home robotics to AR/VR, it will be common to acquire 3D scans of interior spaces repeatedly at sparse time intervals (e.g., as part of regular daily use). We propose an algorithm that analyzes these ``rescans'' to infer a temporal model of a scene with…

    C
    View on GitHub↗17
  • microsoft/swin3dmicrosoft avatar

    microsoft/Swin3D

    295View on GitHub↗

    27/04/2023

    Cuda
    View on GitHub↗295
  • mohsenzand/objectboxMohsenZand avatar

    MohsenZand/ObjectBox

    133View on GitHub↗

    ECCV 2022 (Oral Presentation)

    Python
    View on GitHub↗133
  • mrnabati/centerfusionmrnabati avatar

    mrnabati/CenterFusion

    630View on GitHub↗

    This repository contains the implementation of CenterFusion: Center-based Radar and Camera Fusion for 3D Object Detection.

    Python
    View on GitHub↗630
  • nvlabs/al-mdnnvlabs avatar

    nvlabs/al-mdn

    176View on GitHub↗

    This repository is the official PyTorch implementation of Active Learning for Deep Object Detection via Probabilistic Modeling, ICCV 2021.

    Python
    View on GitHub↗176
  • open-mmlab/openpcdetopen-mmlab avatar

    open-mmlab/OpenPCDet

    5,621View on GitHub↗

    OpenPCDet is a PyTorch deep learning library and toolbox for LiDAR 3D object detection. It functions as a point cloud processing framework designed to develop, train, and evaluate machine learning models that identify and locate objects in three dimensional space. The project includes a GPU-accelerated geometry engine for high-performance implementation of 3D intersection over union and rotated non-maximum suppression. It also provides a distributed model training tool to scale the training and testing of detection models across multiple GPUs and computing nodes. The framework covers point c

    Python
    View on GitHub↗5,621
  • poodarchu/det3dpoodarchu avatar

    poodarchu/Det3D

    1,553View on GitHub↗

    World's first general purpose 3D object detection codebse.

    Python
    View on GitHub↗1,553
  • qq456cvb/canonicalvotingqq456cvb avatar

    qq456cvb/CanonicalVoting

    49View on GitHub↗

    Canonical Voting: Towards Robust Oriented Bounding Box Detection in 3D Scenes

    Python
    View on GitHub↗49