Object Detection with AI: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
[[Datei:Ausgangsbild.png|thumb|rigth|500px|Abb. 1: Object within the lane]]
[[Datei:Ausgangsbild.png|thumb|rigth|500px|Abb. 1: Object within the lane]]
 
<!--
{| class="wikitable"
{| class="wikitable"
|-
|-
Zeile 13: Zeile 13:
|  '''Betreuer''': || [[Benutzer:Ulrich_Schneider| Prof. Dr.-Ing. Schneider]]
|  '''Betreuer''': || [[Benutzer:Ulrich_Schneider| Prof. Dr.-Ing. Schneider]]
|}
|}
-->
= Introduction =
= Introduction =
Object Detection: This involves identifying and locating objects within an image. Unlike classification, which labels an entire image, object detection recognizes multiple objects in an image and provides a bounding box around each object. YOLO (You Only Look Once) and SSD (Single Shot MultiBox Detector) are popular models for these tasks.
Object Detection: This involves identifying and locating objects within an image. Unlike classification, which labels an entire image, object detection recognizes multiple objects in an image and provides a bounding box around each object. YOLO (You Only Look Once) and SSD (Single Shot MultiBox Detector) are popular models for these tasks.

Aktuelle Version vom 4. März 2025, 08:53 Uhr

Abb. 1: Object within the lane

Introduction

Object Detection: This involves identifying and locating objects within an image. Unlike classification, which labels an entire image, object detection recognizes multiple objects in an image and provides a bounding box around each object. YOLO (You Only Look Once) and SSD (Single Shot MultiBox Detector) are popular models for these tasks.

Task

Detect Boxes in your field if view and mark them with a red rectangle in a live video while driving.


→ zurück zum Hauptartikel: Signalverarbeitung mit MATLAB und Künstlicher_Intelligenz