Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 706 Bytes

基于YoloV8的人体追踪程序

安装环境

  • 推荐Python>=3.8
  • 推荐使用python -m venv venv创建虚拟环境
  • 安装CUDA11.7
  • 安装PyTorch(Linux略过此步):pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
  • 安装依赖pip install -r requirements.txt

运行

  • 执行命令:python main.py

模型下载

  • yolov8n-pose.pt(已在models目录中)
  • yolov8x-pose.pt(下载后放入models目录中)

下一步