Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv8 & v11

We can each use it to suit the needs of the user

Installation

  pip install ultralytics  

YOLOv8 command

using Webcam

  python3 infer.py --yolo v8 --weights weights/yolov8n.pt --conf 0.25 --source 0 --view-img  

using Video

  python3 infer.py --yolo v8 --weights weights/yolov8n.pt --conf 0.25 --source inputs/drive.mp4 --view-img  

Image

YOLOv11 command

using Webcam

  python3 infer.py --yolo v11 --weights weights/yolo11n.pt --conf 0.25 --source 0 --view-img  

using Video

  python3 infer.py --yolo v11 --weights weights/yolo11n.pt --conf 0.25 --source inputs/drive.mp4 --view-img  

Image

About

We've built yolov8 & yolov11 so that All Users can choose and use them

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages