基于yolov5的行人检测跟踪与社交距离预测 (pedestrian detection and social distance prediction)
Posted 踟蹰横渡口,彳亍上滩舟。
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于yolov5的行人检测跟踪与社交距离预测 (pedestrian detection and social distance prediction)相关的知识,希望对你有一定的参考价值。
代码、模型和示例DEMO下载地址: 下载地址
基本功能:通过距离分类人群的高危险和低危险距离。
# 课程设计
# Social Distancing based on YOLOv5.
环境要求:
Cython
numpy==1.17
opencv-python
torch>=1.5
matplotlib
pillow
tensorboard
PyYAML>=5.3
torchvision
scipy
tqdm
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
预测demo:
python detect.py --source ./inference/videos/person.mp4
detect.py代码:
import argparse
from utils.datasets import *
from utils.utils import *
def detect(save_img=False):
out, source, weights, view_img, save_txt, imgsz = \\
opt.output, opt.sou
以上是关于基于yolov5的行人检测跟踪与社交距离预测 (pedestrian detection and social distance prediction)的主要内容,如果未能解决你的问题,请参考以下文章
基于yolov5和deepsort的行人车辆的检测跟踪和计数(课程设计)
23年 车辆检测+车距检测+行人检测+车辆识别+车距预测(附yolo v5最新版源码)
行人跟踪数据集转为yolov5格式的数据集Labelme以及可视化