Skip to content

Latest commit

 

History

History
executable file
·
43 lines (28 loc) · 944 Bytes

readme.md

File metadata and controls

executable file
·
43 lines (28 loc) · 944 Bytes

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人物检测