项目作者: brian-yu

项目描述 :
Monitoring Foot Traffic over IP Webcams with ML
高级语言: Jupyter Notebook
项目地址: git://github.com/brian-yu/pedestrian-cam.git
创建时间: 2017-11-01T21:10:03Z
项目社区:https://github.com/brian-yu/pedestrian-cam

开源协议:MIT License

下载


Pedestrian Cam

Counting Foot Traffic Over IP Webcams with Machine Learning

This is the repository for the project talked about in this blog post.

How to get up and running:

  1. Ensure you have prerequisite libraries

    • Install Python 3 and OpenCV python
  2. Clone YOLO & Darknet

    1. git clone https://github.com/pjreddie/darknet
  3. Clone this repository into the same directory

    1. git clone https://github.com/brian-yu/pedestrian-cam.git
    2. mv pedestrian-cam/* .
    3. rm -r pedestrian-cam
  4. Download Yolo 2.0 weights

    1. wget https://pjreddie.com/media/files/yolo.2.0.weights
  5. Run the files

    • For the webserver, run server.py and prediction.py
    • Otherwise, you can explore the Jupyter notebooks.