# human_counter **Repository Path**: b3stme/human_counter ## Basic Information - **Project Name**: human_counter - **Description**: 基于yolo3的人数统计程序 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-12-31 - **Last Updated**: 2021-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # human_counter 基于yolo3的人数统计程序 --- # A program for counting the amount of persons in an image or a video
1. 首先像yolo v3那样把model下载好,教程: https://github.com/qqwweee/keras-yolo3
2. 主要运行people_flow.py(对图片)和flow.py(对视频)两个程序 ``` python people_flow.py ``` 示例图下: ![Alt text](https://raw.githubusercontent.com/leviome/pics/master/tt1.png) ![Alt text](https://raw.githubusercontent.com/leviome/pics/master/tt2.png)