# Video_Stream_Recognition **Repository Path**: h-y-95/Video_Stream_Recognition ## Basic Information - **Project Name**: Video_Stream_Recognition - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-19 - **Last Updated**: 2021-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Video_Stream_Recognition #### 介绍 用于深度学习模型的视频检测及检测视频输出,该视频检测将检测所查找文件路径下的所有视频。 #### 软件架构 1.opencv 4.0.1 #### 安装教程 anaconda安装opencv可参考: https://blog.csdn.net/weixin_41251668/article/details/116133090?spm=1001.2014.3001.5501 #### 使用说明 将Video_Stream_Recognition.py文件复制到需要进行视频预测的模型中 将 import Model 修改为导入自己需要预测的模型 在video_save函数中,将 frame = model.predict(frame) 修改为模型的预测函数 save_path = r'C:\Users\Administrator\Desktop\video' 改为输出视频的储存位置 videos_path = r'C:\Users\Administrator\Desktop' 改为需要查找的视频文件位置