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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to zeliu98/group-free-3d

Open-source alternatives to Group Free 3D

30 open-source projects similar to zeliu98/group-free-3d, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Group Free 3D alternative.

  • open-mmlab/openpcdetAvatar open-mmlab

    open-mmlab/OpenPCDet

    5,621Vezi pe 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
    Vezi pe GitHub↗5,621
  • blvlab/pimaeAvatar BLVLab

    BLVLab/PiMAE

    139Vezi pe GitHub↗

    Accepted to CVPR2023. 🔥

    Python
    Vezi pe GitHub↗139
  • facebookresearch/3detrAvatar facebookresearch

    facebookresearch/3detr

    707Vezi pe GitHub↗

    Code & Models for 3DETR - an End-to-end transformer model for 3D object detection

    Python
    Vezi pe GitHub↗707
  • tusimple/sstAvatar TuSimple

    TuSimple/SST

    883Vezi pe GitHub↗

    This repo contains official implementations of our series of work in LiDAR-based 3D object detection:

    Python
    Vezi pe GitHub↗883
  • yanx27/pointnet_pointnet2_pytorchAvatar yanx27

    yanx27/Pointnet_Pointnet2_pytorch

    4,894Vezi pe 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
    Vezi pe GitHub↗4,894

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • open-mmlab/mmdetection3dAvatar open-mmlab

    open-mmlab/mmdetection3d

    6,273Vezi pe GitHub↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Python3d-object-detectionobject-detectionpoint-cloud
    Vezi pe GitHub↗6,273
  • facebookresearch/detectron2Avatar facebookresearch

    facebookresearch/detectron2

    34,548Vezi pe GitHub↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Python
    Vezi pe GitHub↗34,548
  • wongkinyiu/yolov9Avatar WongKinYiu

    WongKinYiu/yolov9

    9,534Vezi pe GitHub↗

    YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object detection, and instance segmentation. It functions as both a vision model and a trainer, allowing for the optimization of neural network weights on custom datasets using single or multiple GPUs. The framework utilizes programmable gradient information to perform high-speed identification and location of multiple objects within images and video streams. It extends beyond bounding box detection to provide instance segmentation and panoptic segmentation, which labels every pixel in a

    Pythonyolov9
    Vezi pe GitHub↗9,534
  • chenfei-wu/taskmatrixAvatar chenfei-wu

    chenfei-wu/TaskMatrix

    34,082Vezi pe GitHub↗

    TaskMatrix is a multimodal AI chat interface and visual task orchestrator. It combines language models with visual recognition to enable the exchange, analysis, and modification of images within a conversational environment. The system coordinates multiple foundation models through orchestration pipelines that chain language, detection, and segmentation models. This allows for complex visual operations, such as using text instructions to guide image masking and executing modular inpainting workflows to edit specific image regions. The project includes a computer vision toolset for object det

    Python
    Vezi pe GitHub↗34,082
  • wang-xinyu/tensorrtxAvatar wang-xinyu

    wang-xinyu/tensorrtx

    7,802Vezi pe GitHub↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    C++arcfacecrnndetr
    Vezi pe GitHub↗7,802
  • manycore-research/spatiallmAvatar manycore-research

    manycore-research/SpatialLM

    4,596Vezi pe GitHub↗

    SpatialLM is a spatial modeling framework that uses large language models to transform monocular video and sensor data into structured indoor semantic maps. It functions as a system for indoor layout estimation and a point cloud semantic parser, converting raw geometric data into representations of architectural elements and object categories. The project aligns multi-modal sensor inputs with linguistic tokens, allowing a language model to serve as a reasoning engine for inferring room topology. It employs mechanisms to convert 3D point clouds and 2D image sequences into discrete tokens and s

    Pythonmllmpoint-cloudsscene-understanding
    Vezi pe GitHub↗4,596
  • intel-isl/open3dAvatar intel-isl

    intel-isl/Open3D

    13,695Vezi pe 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++
    Vezi pe GitHub↗13,695
  • uminosachi/sd-webui-inpaint-anythingAvatar Uminosachi

    Uminosachi/sd-webui-inpaint-anything

    1,290Vezi pe GitHub↗

    This project is an integrated creative interface for image manipulation that combines generative canvas expansion, object segmentation, and diffusion-based inpainting. It functions as an extension for Stable Diffusion, providing a workflow to isolate specific elements and perform targeted content modifications through prompt-guided synthesis. The tool distinguishes itself by automating the creation of precise selection masks, allowing users to identify and isolate objects by pointing to them rather than manually drawing selections. By chaining segmentation models with generative diffusion pip

    Pythonai-artanythingdiffusers
    Vezi pe GitHub↗1,290
  • cvmi-lab/st3dAvatar CVMI-Lab

    CVMI-Lab/ST3D

    313Vezi pe 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
    Vezi pe GitHub↗313
  • cliu2/mtransC

    Cliu2/MTrans

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • autovision-cloud/sa-det3dAvatar AutoVision-cloud

    AutoVision-cloud/SA-Det3D

    169Vezi pe GitHub↗

    By Prarthana Bhattacharyya, Chengjie Huang and Krzysztof Czarnecki.

    Python
    Vezi pe GitHub↗169
  • chenyilun95/dsgnAvatar chenyilun95

    chenyilun95/DSGN

    340Vezi pe 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
    Vezi pe GitHub↗340
  • cheng052/brnetAvatar cheng052

    cheng052/BRNet

    93Vezi pe 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
    Vezi pe GitHub↗93
  • autonomousvision/neatAvatar autonomousvision

    autonomousvision/neat

    327Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗327
  • aim-uofa/dyco3dAvatar aim-uofa

    aim-uofa/DyCo3D

    128Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗128
  • facebookresearch/maskformerAvatar facebookresearch

    facebookresearch/MaskFormer

    1,461Vezi pe GitHub↗

    Per-Pixel Classification is Not All You Need for Semantic Segmentation (NeurIPS 2021, spotlight)

    Python
    Vezi pe GitHub↗1,461
  • facebookresearch/detrAvatar facebookresearch

    facebookresearch/detr

    15,305Vezi pe GitHub↗

    This project provides a transformer-based object detection model that treats the task as a direct set prediction problem. It implements a vision system capable of predicting bounding boxes and class labels for objects within an image, as well as frameworks for instance and panoptic segmentation. The architecture utilizes a transformer encoder and decoder to perform end-to-end set prediction, employing a Hungarian matcher to assign predicted boxes to ground truth objects. It incorporates a convolutional backbone for feature extraction and a system of learnable object queries to probe image loc

    Python
    Vezi pe GitHub↗15,305
  • facebookresearch/votenetAvatar facebookresearch

    facebookresearch/votenet

    1,760Vezi pe GitHub↗

    Deep Hough Voting for 3D Object Detection in Point Clouds

    Python
    Vezi pe GitHub↗1,760
  • fudan-zvg/ddmpAvatar fudan-zvg

    fudan-zvg/DDMP

    26Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗26
  • fudan-zvg/deepinteractionF

    fudan-zvg/DeepInteraction

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • fudan-zvg/polarformerF

    fudan-zvg/PolarFormer

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • fundamentalvision/deformable-detrAvatar fundamentalvision

    fundamentalvision/Deformable-DETR

    3,895Vezi pe GitHub↗

    Deformable-DETR is an object detection system for computer vision that uses a transformer-based encoder-decoder architecture. It identifies and locates objects within images by representing potential targets as a set of learnable queries. The project employs sampling-based attention to restrict attention to a small set of points around a reference, reducing computational complexity and speeding up convergence. It further utilizes multi-scale feature fusion to detect objects of varying sizes within a single frame. The system includes capabilities for training models across multiple GPU cluste

    Python
    Vezi pe GitHub↗3,895
  • garrickbrazil/m3d-rpnAvatar garrickbrazil

    garrickbrazil/M3D-RPN

    260Vezi pe GitHub↗

    Garrick Brazil, Xiaoming Liu

    Python
    Vezi pe GitHub↗260
  • ghostish/batG

    Ghostish/BAT

    0Vezi pe GitHub↗

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

    Vezi pe GitHub↗0
  • cgtuebingen/spatialdetrC

    cgtuebingen/SpatialDETR

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0