All Projects → brian-yu → Pedestrian Cam

brian-yu / Pedestrian Cam

Licence: mit
Monitoring Foot Traffic over IP Webcams with ML

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pedestrian Cam

Motion Ai
AI assisted motion detection for Home Assistant
Stars: ✭ 169 (+49.56%)
Mutual labels:  jupyter-notebook, yolo
Tensorflow 2.x Yolov3
YOLOv3 implementation in TensorFlow 2.3.1
Stars: ✭ 300 (+165.49%)
Mutual labels:  jupyter-notebook, yolo
Yolo Powered robot vision
Stars: ✭ 133 (+17.7%)
Mutual labels:  jupyter-notebook, yolo
Carnd Vehicle Detection
Vehicle detection using YOLO in Keras runs at 21FPS
Stars: ✭ 367 (+224.78%)
Mutual labels:  jupyter-notebook, yolo
Getting Things Done With Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.
Stars: ✭ 738 (+553.1%)
Mutual labels:  jupyter-notebook, yolo
Yolo resnet
Implementing YOLO using ResNet as the feature extraction network
Stars: ✭ 82 (-27.43%)
Mutual labels:  jupyter-notebook, yolo
Yolov3 Tf2
YoloV3 Implemented in Tensorflow 2.0
Stars: ✭ 2,327 (+1959.29%)
Mutual labels:  jupyter-notebook, yolo
Trainyourownyolo
Train a state-of-the-art yolov3 object detector from scratch!
Stars: ✭ 399 (+253.1%)
Mutual labels:  jupyter-notebook, yolo
Ssd Tensorflow
Single Shot MultiBox Detector in TensorFlow
Stars: ✭ 4,066 (+3498.23%)
Mutual labels:  jupyter-notebook, yolo
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (-50.44%)
Mutual labels:  jupyter-notebook, yolo
Text Detection Using Yolo Algorithm In Keras Tensorflow
Implemented the YOLO algorithm for scene text detection in keras-tensorflow (No object detection API used) The code can be tweaked to train for a different object detection task using YOLO.
Stars: ✭ 87 (-23.01%)
Mutual labels:  jupyter-notebook, yolo
Machine learning
参考了西瓜书,sklearn源码,李航统计学,机器学习实战、机器学习中的数学
Stars: ✭ 112 (-0.88%)
Mutual labels:  jupyter-notebook
Lab Workshops
Materials for workshops on text mining, machine learning, and data visualization
Stars: ✭ 112 (-0.88%)
Mutual labels:  jupyter-notebook
Krisk
Statistical Interactive Visualization with pandas+Jupyter integration on top of Echarts.
Stars: ✭ 111 (-1.77%)
Mutual labels:  jupyter-notebook
Python Bigdata
Data science and Big Data with Python
Stars: ✭ 112 (-0.88%)
Mutual labels:  jupyter-notebook
Mmaml Classification
An official PyTorch implementation of “Multimodal Model-Agnostic Meta-Learning via Task-Aware Modulation” (NeurIPS 2019) by Risto Vuorio*, Shao-Hua Sun*, Hexiang Hu, and Joseph J. Lim
Stars: ✭ 113 (+0%)
Mutual labels:  jupyter-notebook
Pytorch Generative
Easy generative modeling in PyTorch.
Stars: ✭ 112 (-0.88%)
Mutual labels:  jupyter-notebook
Deep learning notes
a collection of my notes on deep learning
Stars: ✭ 112 (-0.88%)
Mutual labels:  jupyter-notebook
Carnd Tensorflow Lab
TensorFlow Lab for Self-Driving Car ND
Stars: ✭ 112 (-0.88%)
Mutual labels:  jupyter-notebook
Ml Study
ML Learning Sabbatical Study Materials
Stars: ✭ 112 (-0.88%)
Mutual labels:  jupyter-notebook

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

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

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

    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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].