Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

FYP-hyz-mjj-2024/yolo_impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv8 Live Object Detection Demo

To run this demo

  1. Run python -m venv venv
  2. Run source venv/bin/activate if you use mac. Run venv/Scripts/activate if you use windows.
  3. Run pip install ultralytics to install openCV and YOLO model.
  4. Run python main.py to run the demo. Remember to allow this program to access your camera.

About

A test of a simple image detection program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages