Skip to content

noorkhokhar99/YOLOv8-COMPLETE-Tutorial-Object-Detection-Segmentation-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv8-COMPLETE-Tutorial-Object-Detection-Segmentation-Classification

donwload from here https://github.com/noorkhokhar99/Real-Time-Object-Segmentation-and-Tracking-using-YOLOv8-Vehicles-Counting/tree/main/deep_sort_pytorch deep sort pytorch and put folder segment

Steps to run Code

  • Clone the repository.
git clone https://github.com/noorkhokhar99/YOLOv8-COMPLETE-Tutorial-Object-Detection-Segmentation-Classification.git
  • Goto the cloned folder.
cd YOLOv8-COMPLETE-Tutorial-Object-Detection-Segmentation-Classification

  • Upgrade pip with mentioned command below.
pip install --upgrade pip
  • Install requirements with mentioned command below.
pip install -r requirements.txt
  • Run the code with mentioned command below.

  • Run for webcam

python test.py

python predict.py model=yolov8l.pt source="test3.mp4" show=True

Inference on a video:

https://www.youtube.com/watch?v=NWnoi4_dWNg

Releases

No releases published

Packages

No packages published

Languages