PeterH0323 / Smart_Construction

Base on YOLOv5 Head Person Helmet Detection on Construction Sites,基于目标检测工地安全帽和禁入危险区域识别系统,🚀😆附 YOLOv5 训练自己的数据集超详细教程🚀😆2021.3新增可视化界面❗❗
GNU General Public License v3.0
2.2k stars 464 forks source link

如何改成视频检测? #30

Closed RunenrCode closed 3 years ago

PeterH0323 commented 3 years ago

视频检测可以使用opencv读流,然后逐帧进行推理,需要根据您的业务自行改动