GithubHelp home page GithubHelp logo

crowd_couting_live's Introduction

Crowd Couting in Real Time!

Repository created for demonstration of a Crowd Couting algorithm in real time.

Live Crowd Couting Demo

This repository uses the CANNet network to make inferences in real time. You can find out how to train, test, and other information about it in this repository.

How to install

To install the required dependencies, you will need:

  • Python 3.6 or higher
  • pip
pip install -r requirements.txt

How to run

Before running the application, it is important to understand what parameters the live_couting.py file receives

--stream "url or path"

Receives the string that represents your stream. This string can be a path to some video on your machine, your webcam id or even an RTSP url for a security camera.

--weights "directory"

It receives the directory where the pre-trained CANNet model file is located. By default, we make available in this repository a pre-trained model within the checkpoints folder provided by the repository mentioned above.

$ python live_couting.py --stream "url" --weights "path_to_weights"

How to contribute

We appreciate all kind of contribution. If you find it necessary to increase some functionality, just fork the repository and create a pull request with the following information:

  • What you added / removed / edited
  • Why was this change necessary

If you have any questions, feel free to open an Issue.

crowd_couting_live's People

Contributors

marcusvlc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.