Skip to content

In this project, I tried to detect objects in real time. In order to achieve this goal, I used: OpenCV to capture my webcam, and YOLOv5 to detect object.

Notifications You must be signed in to change notification settings

GaetanPelletier/Real_Time_Obj_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real_Time_Obj_Detection

In this project, I tried to detect objects in real time.

In order to achieve this goal, I used:

  • OpenCV to capture my webcam,
  • and YOLOv5 to detect object.

How to improve this code:

  • by using GPU acceleration and get more fps (decrease of computation time),
  • and by testing other object detection algorithms (YOLOv4, a more complexe version of YOLOv5, a faster R-CNN algorithm with TensorFlow Hub, etc).

Example of object detection

Real_Time_Obj_Detection

About

In this project, I tried to detect objects in real time. In order to achieve this goal, I used: OpenCV to capture my webcam, and YOLOv5 to detect object.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages