Object Detection with AI: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „{| class="wikitable" |- | '''Autor:''' || [mailto:moye-nyuysoni.glein-perry@stud.hshl.de Moye Nyuysoni Glein Perry] |- | '''Art:''' || Project Work |- | '''Starttermin''': || 14.11.2024 |- | '''Abgabetermin''': || 31.03.2025 |- | '''Betreuer''': || Prof. Dr.-Ing. Schneider |} ---- → zurück zum Hauptartikel: Signalverarbeitung_mit_MATLAB_und_Künstlicher_Intelligenz| Signalverarbeitung mit MATLAB und Künstlicher_I…“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
[[Datei:Ausgangsbild.png|thumb|rigth|500px|Abb. 1: Object within the lane]]
{| class="wikitable"
{| class="wikitable"
|-
|-
Zeile 11: Zeile 13:
|  '''Betreuer''': || [[Benutzer:Ulrich_Schneider| Prof. Dr.-Ing. Schneider]]
|  '''Betreuer''': || [[Benutzer:Ulrich_Schneider| Prof. Dr.-Ing. Schneider]]
|}
|}
= 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| Signalverarbeitung mit MATLAB und Künstlicher_Intelligenz]]
→ zurück zum Hauptartikel: [[Signalverarbeitung_mit_MATLAB_und_Künstlicher_Intelligenz| Signalverarbeitung mit MATLAB und Künstlicher_Intelligenz]]

Version vom 17. Dezember 2024, 11:11 Uhr

Abb. 1: Object within the lane
Autor: Moye Nyuysoni Glein Perry
Art: Project Work
Starttermin: 14.11.2024
Abgabetermin: 31.03.2025
Betreuer: Prof. Dr.-Ing. Schneider

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

  1. 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