Skip to content
/ YOLO Public

基于YOLOv8检测视频中人物、球类、汽车等实例,python版本3.9.7 supervision版本0.23.0 yolov8s.pt

Notifications You must be signed in to change notification settings

rhfu/YOLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO人物检测

基于YOLOv8视频人物检测实例,python版本3.9.7 supervision版本0.23.0

  • python=3.9.7
  • supervision==0.23.0
  • yolov8s.pt
  • 其它依赖见 requirements.txt

安装

  • git clone [email protected]:rhfu/YOLO.git
  • cd YOLO/
  • conda create --name yolo python=3.9.7 && conda activate yolo
  • pip install -r requirements.txt
  • python main.py

目录说明

  • video 为视频原文件及识别后文件
  • model 为模型文件
  • test 测试文件

演示

  • 球类

YOLO人物检测

  • 行人&汽车

YOLO人物检测

  • 人物

YOLO人物检测

About

基于YOLOv8检测视频中人物、球类、汽车等实例,python版本3.9.7 supervision版本0.23.0 yolov8s.pt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages