awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 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/openpcdetopen-mmlab 的头像

    open-mmlab/OpenPCDet

    5,621在 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
    在 GitHub 上查看↗5,621
  • blvlab/pimaeBLVLab 的头像

    BLVLab/PiMAE

    139在 GitHub 上查看↗

    Accepted to CVPR2023. 🔥

    Python
    在 GitHub 上查看↗139
  • facebookresearch/3detrfacebookresearch 的头像

    facebookresearch/3detr

    707在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗707
  • tusimple/sstTuSimple 的头像

    TuSimple/SST

    883在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗883
  • yanx27/pointnet_pointnet2_pytorchyanx27 的头像

    yanx27/Pointnet_Pointnet2_pytorch

    4,894在 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
    在 GitHub 上查看↗4,894

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • open-mmlab/mmdetection3dopen-mmlab 的头像

    open-mmlab/mmdetection3d

    6,273在 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
    在 GitHub 上查看↗6,273
  • facebookresearch/detectron2facebookresearch 的头像

    facebookresearch/detectron2

    34,548在 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
    在 GitHub 上查看↗34,548
  • wongkinyiu/yolov9WongKinYiu 的头像

    WongKinYiu/yolov9

    9,534在 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
    在 GitHub 上查看↗9,534
  • chenfei-wu/taskmatrixchenfei-wu 的头像

    chenfei-wu/TaskMatrix

    34,082在 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
    在 GitHub 上查看↗34,082
  • wang-xinyu/tensorrtxwang-xinyu 的头像

    wang-xinyu/tensorrtx

    7,802在 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
    在 GitHub 上查看↗7,802
  • manycore-research/spatiallmmanycore-research 的头像

    manycore-research/SpatialLM

    4,596在 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
    在 GitHub 上查看↗4,596
  • intel-isl/open3dintel-isl 的头像

    intel-isl/Open3D

    13,695在 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++
    在 GitHub 上查看↗13,695
  • uminosachi/sd-webui-inpaint-anythingUminosachi 的头像

    Uminosachi/sd-webui-inpaint-anything

    1,290在 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
    在 GitHub 上查看↗1,290
  • cvmi-lab/st3dCVMI-Lab 的头像

    CVMI-Lab/ST3D

    313在 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
    在 GitHub 上查看↗313
  • cliu2/mtransC

    Cliu2/MTrans

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • autovision-cloud/sa-det3dAutoVision-cloud 的头像

    AutoVision-cloud/SA-Det3D

    169在 GitHub 上查看↗

    By Prarthana Bhattacharyya, Chengjie Huang and Krzysztof Czarnecki.

    Python
    在 GitHub 上查看↗169
  • chenyilun95/dsgnchenyilun95 的头像

    chenyilun95/DSGN

    340在 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
    在 GitHub 上查看↗340
  • cheng052/brnetcheng052 的头像

    cheng052/BRNet

    93在 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
    在 GitHub 上查看↗93
  • autonomousvision/neatautonomousvision 的头像

    autonomousvision/neat

    327在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗327
  • aim-uofa/dyco3daim-uofa 的头像

    aim-uofa/DyCo3D

    128在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗128
  • facebookresearch/maskformerfacebookresearch 的头像

    facebookresearch/MaskFormer

    1,461在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗1,461
  • facebookresearch/detrfacebookresearch 的头像

    facebookresearch/detr

    15,305在 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
    在 GitHub 上查看↗15,305
  • facebookresearch/votenetfacebookresearch 的头像

    facebookresearch/votenet

    1,760在 GitHub 上查看↗

    Deep Hough Voting for 3D Object Detection in Point Clouds

    Python
    在 GitHub 上查看↗1,760
  • fudan-zvg/ddmpfudan-zvg 的头像

    fudan-zvg/DDMP

    26在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗26
  • fudan-zvg/deepinteractionF

    fudan-zvg/DeepInteraction

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fudan-zvg/polarformerF

    fudan-zvg/PolarFormer

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fundamentalvision/deformable-detrfundamentalvision 的头像

    fundamentalvision/Deformable-DETR

    3,895在 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
    在 GitHub 上查看↗3,895
  • garrickbrazil/m3d-rpngarrickbrazil 的头像

    garrickbrazil/M3D-RPN

    260在 GitHub 上查看↗

    Garrick Brazil, Xiaoming Liu

    Python
    在 GitHub 上查看↗260
  • ghostish/batG

    Ghostish/BAT

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • cgtuebingen/spatialdetrC

    cgtuebingen/SpatialDETR

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0