Skip to content

Kannan-S-coder/Object-detection-using-web-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Object-detection-using-web-camera

DEVELOPED BY: Kannan S

REGISTER NUMBER: 212223230098

AIM:

To detect and identify real-time objects from a live webcam feed using the YOLOv4 (You Only Look Once) deep learning model.

PROCEDURE:

STEP1: Import required libraries (cv2, numpy).

STEP2: Load YOLOv4 model (.weights and .cfg) and COCO class labels.

STEP3: Initialize webcam video capture.

STEP4: For each frame: 1.Convert the frame to a blob and pass it through YOLO. 2.Detect objects, filter by confidence, and apply Non-Max Suppression. 3.Draw bounding boxes and labels on detected objects.

STEP5: Display the frames in real-time.

STEP6: Exit on pressing ‘q’ and release resources.

STEP7: Display the saved image of object detection results using an image viewer or plotting library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published