5 repositorios
Locating and classifying objects within three-dimensional space using neural networks.
Distinct from Object Detection: Extends standard 2D object detection into 3D spatial coordinates.
Explore 5 awesome GitHub repositories matching artificial intelligence & ml · 3D. Refine with filters or upvote what's useful.
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
Locates and classifies objects within three-dimensional space using fully convolutional networks.
Grounded-Segment-Anything is a suite of specialized tools for multimodal visual analysis, text-based segmentation, and generative image editing. It integrates text-to-bounding-box detection and high-precision image segmentation masks to function as a text-based image segmenter and an automated visual labeling tool. The project enables text-driven image editing by identifying objects through natural language to perform inpainting and element replacement. It further extends visual analysis into three dimensions, allowing for 3D human reconstruction and the generation of 3D bounding boxes from t
Extends two-dimensional segmentation masks into three-dimensional bounding boxes by projecting image coordinates.
CenterNet es un framework de detección de objetos por puntos centrales y una tubería (pipeline) de visión artificial en tiempo real. Identifica objetos y poses prediciendo puntos centrales en lugar de utilizar cajas de anclaje (anchor boxes). El sistema funciona como un estimador de cajas delimitadoras 3D, un modelo de estimación de pose humana y una herramienta para la detección de objetos en tiempo real. Trata la ubicación de las articulaciones y las posiciones de los objetos como problemas de detección de puntos centrales para localizar entidades en imágenes y en el espacio tridimensional. Las capacidades cubren la detección de objetos 3D, la estimación de puntos clave humanos y el análisis de video en vivo. La tubería utiliza un proceso de inferencia de alimentación directa (feedforward) de una sola etapa para realizar análisis continuo en cámaras web o archivos de video.
Locates and classifies objects within three-dimensional space using center point coordinates.
Espectre is an edge machine learning framework and motion detection platform that uses Wi-Fi Channel State Information to identify human presence and movement. It functions as a sensing toolkit for ESP32 microcontrollers, enabling the detection of motion through walls without the use of cameras or wearables. The project distinguishes itself by executing compact neural network classifiers and mathematical detection algorithms directly on the microcontroller. It utilizes a MicroPython runtime to allow for the prototyping and deployment of sensing logic and wireless signal processing algorithms
Estimates the 3D position of people or objects using an array of phase-coherent wireless nodes.
BEVFormer es un framework de percepción que transforma imágenes de múltiples cámaras en representaciones de vista de pájaro (bird's-eye-view) para la conducción autónoma. Funciona como un pipeline de visión multicámara que integra múltiples flujos de cámara en una única perspectiva espacial unificada para facilitar la comprensión del entorno. El sistema implementa una arquitectura basada en transformadores que emplea extracción de características basada en consultas y redes espaciotemporales para agregar características de imagen espaciales y datos históricos temporales. Utiliza acumulación temporal recurrente para mantener una memoria persistente de la escena a través de fotogramas consecutivos. El framework proporciona capacidades para la detección de objetos 3D y segmentación de mapas semánticos. Combina la fusión de imágenes de múltiples vistas con una cabeza de detección convolucional para identificar objetos tridimensionales y particionar datos ambientales en regiones semánticas significativas.
Locates and identifies three-dimensional objects in a scene by converting camera images into a bird's-eye-view perspective.