Skip to content

Buit with Python along with integration of YOLOv8 model for Object Detection

License

Notifications You must be signed in to change notification settings

BlackReaper0/Real-Time-Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time-Object-Detection

⭐Buit with Python along with integration of YOLOv8 model for Object Detection and using socket programming, the system allows clients to transmit their video frames to a server for efficient object detection processing. The server performs the object detection algorithm on the received frames and annotates the detected objects.🤓

Poster

Note:🧐

  • The required libraries are mentioned in the 'requirements.txt'. You can run the following command-

    pip install -r requirements.txt
    

    OR, just install them separately 😄.

  • Before installing the required libraries, create a separate environment for the project, using the command-

    python -m venv evironment_name
    

    then activate the environment using this command-

    .\environment_name\Scripts\activate
    
  • Download the Yolov8l.pt file from here- https://github.com/ultralytics/ultralytics

  • If the YOLOv8l model is to heavy for your system or if u want any other version of the yolov8 then just change the file and it's location from the 'server.py' file 😉.

  • Make sure to run the 'server.py' file first and also change the IP in the 'client.py' file, as the code only works for the devices connected to the same wifi network 😇.

About

Buit with Python along with integration of YOLOv8 model for Object Detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published