awesome-repositories.comCategoriiBlog
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
·
xingyizhou avatar

xingyizhou/CenterNet

0
View on GitHub↗
7,565 stele·1,935 fork-uri·Python·MIT·12 vizualizări

CenterNet

CenterNet este un framework de detectare a obiectelor bazat pe puncte centrale și un pipeline de computer vision în timp real. Acesta identifică obiectele și posturile prin prezicerea punctelor centrale în loc să utilizeze anchor boxes.

Sistemul funcționează ca un estimator de bounding box-uri 3D, un model de estimare a posturii umane și un instrument pentru detectarea obiectelor în timp real. Acesta tratează plasarea articulațiilor și locațiile obiectelor ca probleme de detectare a punctelor centrale pentru a localiza entitățile în imagini și în spațiul tridimensional.

Capabilitățile acoperă detectarea obiectelor 3D, estimarea punctelor cheie umane și analiza video live. Pipeline-ul utilizează un proces de inferență feedforward într-o singură etapă pentru a efectua analize continue pe camere web sau fișiere video.

Features

  • Object Detection - Identifies and locates objects within images using center points and bounding box dimensions.
  • Human - Identifies human body joints and limbs by treating pose estimation as center point detection.
  • 3D Bounding Box Generation - Estimates the location, orientation, and size of objects in three-dimensional space.
  • Bounding Box Regression - Predicts the dimensions of objects from center points to reconstruct 3D and 2D bounding boxes.
  • Center-Point Localization - Implements an anchor-free architecture that identifies objects by predicting their center points.
  • 3D - Locates and classifies objects within three-dimensional space using center point coordinates.
  • Anchor-Free Detection Models - Implements an anchor-free detection framework that regresses objects from center points.
  • Real-Time Object Detection - Identifies and tracks objects within live video streams using a fast center-point approach.
  • Keypoint Estimation Models - Predicts human joint locations and object centers using 2D spatial heatmaps.
  • Single-Stage Detectors - Processes images through a one-pass convolutional network for high-throughput real-time detection.
  • Computer Vision Pipelines - Provides a feedforward vision pipeline for high-speed analysis of live video streams.
  • Local Maximum Pooling - Uses peak-finding algorithms to isolate individual detections from predicted heatmaps.
  • Post-Inference Bounding Box Refinements - Predicts local offsets to correct quantization errors and refine bounding box precision.
  • Live Video Analysis - Performs continuous object and pose detection from webcams or video files in real time.
  • Real-Time Video Analysis - Provides high-throughput processing of live video frames for immediate object and pose detection.
  • 3D Detection and Segmentation - Anchor-free object detection using center points.
  • Computer Vision - Object detection using point-based estimation.
  • Object Detection - Object detection approach treating objects as points.
  • CNN - Listed in the “CNN” section of the Ailia Models awesome list.

Istoric stele

Graficul istoricului de stele pentru xingyizhou/centernetGraficul istoricului de stele pentru xingyizhou/centernet

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ță.

Start searching with AI

Alternative open-source pentru CenterNet

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu CenterNet.
  • paddlepaddle/paddledetectionAvatar PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Vezi pe GitHub↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Pythonblazefacedeepsortdetr
    Vezi pe GitHub↗14,243
  • ultralytics/yolov5Avatar ultralytics

    ultralytics/yolov5

    57,528Vezi pe GitHub↗

    YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time object detection, image classification, and instance segmentation. It provides a unified toolkit that manages the entire lifecycle of a model, from initial dataset configuration and hyperparameter tuning to high-speed inference and deployment. The framework utilizes a modular neural architecture, allowing users to swap backbone and head components to tailor models for specific visual tasks. What distinguishes this project is its focus on production-ready deployment and model ef

    Pythoncoremldeep-learningios
    Vezi pe GitHub↗57,528

Întrebări frecvente

Ce face xingyizhou/centernet?

CenterNet este un framework de detectare a obiectelor bazat pe puncte centrale și un pipeline de computer vision în timp real. Acesta identifică obiectele și posturile prin prezicerea punctelor centrale în loc să utilizeze anchor boxes.

Care sunt principalele funcționalități ale xingyizhou/centernet?

Principalele funcționalități ale xingyizhou/centernet sunt: Object Detection, Human, 3D Bounding Box Generation, Bounding Box Regression, Center-Point Localization, 3D, Anchor-Free Detection Models, Real-Time Object Detection.

Care sunt câteva alternative open-source pentru xingyizhou/centernet?

Alternativele open-source pentru xingyizhou/centernet includ: paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… ultralytics/yolov5 — YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time… ultralytics/yolov3 — This is a real-time object detection framework built on the YOLOv3 architecture, implemented in PyTorch. It provides a… thtrieu/darkflow — Darkflow is an object detection framework and computer vision pipeline that provides a programmatic interface for… meituan/yolov6 — YOLOv6 is a single-stage deep learning framework designed for industrial object detection. It serves as a computer… megvii-basedetection/yolox — YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO…

  • ultralytics/yolov3Avatar ultralytics

    ultralytics/yolov3

    10,571Vezi pe GitHub↗

    This is a real-time object detection framework built on the YOLOv3 architecture, implemented in PyTorch. It provides a complete pipeline for identifying and localizing objects in images and video using a single neural network pass, combining a Darknet-53 backbone with multi-scale feature pyramids and anchor-based bounding box prediction. The framework extends beyond basic detection to include instance segmentation, human pose estimation, and multi-object tracking across video frames. It offers a model export toolkit that converts trained models through ONNX to CoreML, TensorFlow Lite, and Ten

    Pythondeep-learningmachine-learningobject-detection
    Vezi pe GitHub↗10,571
  • thtrieu/darkflowAvatar thtrieu

    thtrieu/darkflow

    6,140Vezi pe GitHub↗

    Darkflow is an object detection framework and computer vision pipeline that provides a programmatic interface for performing real-time image analysis and object identification. It functions as a tool for loading weights, fine-tuning models, and executing inference on both static images and video feeds. The project serves as a converter that translates Darknet configurations and weights into TensorFlow graphs to enable retraining and deployment. It includes a model exporter that saves trained graphs into portable protobuf files for use on mobile and native devices. The system covers capabilit

    Python
    Vezi pe GitHub↗6,140
  • Vezi toate cele 30 alternative pentru CenterNet→