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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OpenDriveLab avatar

OpenDriveLab/UniAD

0
View on GitHub↗
4,645 stars·548 forks·Python·Apache-2.0·9 vues

UniAD

UniAD est un framework de deep learning unifié pour la conduite autonome qui intègre la perception, la prédiction et la planification dans un seul modèle end-to-end. Il fonctionne comme une architecture de réseau de neurones qui mappe directement les données brutes des capteurs vers des trajectoires de conduite et des plans de mouvement.

Ce projet sert d'implémentation de recherche pour une approche orientée planification qui entraîne conjointement des modules d'occupation, de cartographie et de suivi d'objets. Il utilise un framework de perception multi-tâches pour optimiser les performances globales de conduite.

Le système couvre un large éventail de capacités, notamment les pipelines de conduite end-to-end, l'optimisation du mouvement des véhicules et l'agrégation de caractéristiques visuelles. Il coordonne diverses tâches de conduite autonome pour affiner l'ensemble du processus de conduite en un seul cycle d'entraînement.

Features

  • End-to-End Driving Pipelines - Tune track, map, motion, and occupancy modules together to refine the entire driving process in one training cycle.
  • Autonomous Driving Stacks - Provides a comprehensive software stack integrating perception, prediction, and planning for autonomous vehicle operation.
  • End-to-End Architectures - Implements a neural network that maps raw sensor data directly to driving actions without intermediate pipelines.
  • Multi-Task Vision Training - Jointly trains occupancy, mapping, and object tracking modules within a single unified vision model.
  • Perception Module Training - Creates stable weights for tracking and mapping by aggregating visual features across multiple video frames.
  • Temporal Feature Aggregation - Combines visual information across multiple video frames to create stable representations for tracking and mapping.
  • Planning-Oriented Learning - Directs training of perception modules using the final driving trajectory as the primary signal for gradient updates.
  • Motion Planning - Implements trajectory optimization and path planning by refining track, map, and occupancy modules.
  • Occupancy-Based Motion Prediction - Uses volumetric grid representations to predict the movement of surrounding agents and identify navigable space.
  • Multi-Task Joint Training - Trains perception and planning modules simultaneously to optimize visual features for downstream decision making.

Historique des stars

Graphique de l'historique des stars pour opendrivelab/uniadGraphique de l'historique des stars pour opendrivelab/uniad

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait opendrivelab/uniad ?

UniAD est un framework de deep learning unifié pour la conduite autonome qui intègre la perception, la prédiction et la planification dans un seul modèle end-to-end. Il fonctionne comme une architecture de réseau de neurones qui mappe directement les données brutes des capteurs vers des trajectoires de conduite et des plans de mouvement.

Quelles sont les fonctionnalités principales de opendrivelab/uniad ?

Les fonctionnalités principales de opendrivelab/uniad sont : End-to-End Driving Pipelines, Autonomous Driving Stacks, End-to-End Architectures, Multi-Task Vision Training, Perception Module Training, Temporal Feature Aggregation, Planning-Oriented Learning, Motion Planning.

Quelles sont les alternatives open-source à opendrivelab/uniad ?

Les alternatives open-source à opendrivelab/uniad incluent : open-mmlab/mmtracking — mmtracking is a PyTorch video perception framework designed for training and deploying computer vision models that… autowarefoundation/autoware — Autoware is an open-source autonomous driving software platform built on the robotics middleware standard. It provides… cpfl/autoware — Autoware is a modular autonomous driving stack and open-source platform for advanced driver assistance systems. It… stuckatprototype/racer — Racer is a self-driving remote-controlled car platform that integrates hardware schematics, an autonomous vehicle… apolloauto/apollo — Apollo is a comprehensive software stack designed for autonomous vehicle development, providing the necessary… commaai/openpilot — Openpilot is an open-source driver assistance system that integrates with vehicle control units to provide automated…

Alternatives open source à UniAD

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec UniAD.
  • open-mmlab/mmtrackingAvatar de open-mmlab

    open-mmlab/mmtracking

    3,881Voir sur GitHub↗

    mmtracking is a PyTorch video perception framework designed for training and deploying computer vision models that analyze sequential image data. It provides specialized tools for multi-object tracking, video instance segmentation, and a configuration-driven system for managing deep learning models. The project utilizes a deep learning model registry and a configuration-driven pipeline to swap model backbones and detectors without modifying the core codebase. This modular approach allows for the development of custom perception architectures by combining various components and configurations.

    Pythonmulti-object-trackingsingle-object-trackingtracking
    Voir sur GitHub↗3,881
  • apolloauto/apolloAvatar de ApolloAuto

    ApolloAuto/apollo

    26,676Voir sur GitHub↗

    Apollo is a comprehensive software stack designed for autonomous vehicle development, providing the necessary components for perception, planning, and control. It functions as a high-performance robotics middleware, utilizing a publish-subscribe data bus to facilitate low-latency communication between distributed modules and hardware sensors. The platform integrates data from cameras, lidar, and radar through a sensor fusion framework to generate a real-time environmental model for navigation. The system features a component-based runtime framework that manages task scheduling and resource al

    C++apolloautonomous-drivingautonomous-vehicles
    Voir sur GitHub↗26,676
  • autowarefoundation/autowareAvatar de autowarefoundation

    autowarefoundation/autoware

    11,742Voir sur GitHub↗

    Autoware is an open-source autonomous driving software platform built on the robotics middleware standard. It provides a comprehensive stack for managing perception, planning, and control, enabling the development and deployment of full-stack autonomous driving software on commercial transport hardware. The platform utilizes a component-based modular architecture that organizes driving functions into isolated, interchangeable nodes. This design is supported by a hardware-abstraction layer and plugin-based sensor integration, which allow the software to interface with diverse hardware configur

    Dockerfileautonomous-drivingautonomous-vehiclesautoware
    Voir sur GitHub↗11,742
  • cpfl/autowareAvatar de CPFL

    CPFL/Autoware

    11,716Voir sur GitHub↗

    Autoware is a modular autonomous driving stack and open-source platform for advanced driver assistance systems. It functions as an integrated operating environment that manages the full pipeline from sensor data processing to vehicle actuation, utilizing the ROS 2 robotics framework for distributed communication and hardware abstraction. The system provides a comprehensive software architecture to enable autonomous driving across various vehicle platforms. It coordinates perception, planning, and control systems to operate vehicles without human intervention. The platform covers several core

    Dockerfile
    Voir sur GitHub↗11,716
  • Voir les 30 alternatives à UniAD→