# sadvs **Repository Path**: zrtop/sadvs ## Basic Information - **Project Name**: sadvs - **Description**: 慧眼识人——YOLO+SlowFast GUI 的 PyQt5 实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-09-20 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用 YOLO v5 + SlowFast 结合的技术架构进行人体动作识别。 利用PyQt构建整个应用界面逻辑。 ### 使用方法 首先运行 ```bash pip install -r requirements.txt ``` 安装所需的库,另外``Pytorch``库需要根据环境不同自行安装。 然后运行 ```bash python mainwindow.py ``` 即可编译 ### 运行截图 ![location](./resources/UI/running.png )