Code Monkey home page Code Monkey logo

social_distance's Introduction

Required Python libraries for people counting
This peoject is combination of object detection and object tracking. Check other banches

In order to build our people counting applications, we’ll need a number of different Python libraries, including:

  • NumPy
  • OpenCV
  • dlib
  • imutils

For dlib you need to install cmake

Im using windows 10 >>
if you are facing problem with dlib install

  • Add CMake executable path to the Enviroment Variables:

  • set PATH="%PATH%;C:\Program Files\CMake\bin"
    note: The path of the executable could be different from C:\Program Files\CMake\bin, just set the PATH accordingly.

note: The path will be set temporarily, to make the change permanent you have to set it in the “Advanced system settings” → “Environment Variables” tab.

Restart The Cmd or PowerShell window for changes to take effect.


Easy way to get this

  • Step 1: Install windows cmake.msi and configure environment variable
  • Step 2: Create a conda environment, and install cmake using the below command. pip install cmake
  • Step 3: conda install -c conda-forge dlib

also install conda install -c conda-forge imutils

Feel free to use pip


We’ll then use dlib for its implementation of correlation filters. We could use OpenCV here as well; however, the dlib object tracking implementation was a bit easier to work with for this project.

THanks https://www.pyimagesearch.com/ & The Sparks Foundation

social_distance's People

Contributors

yeasin50 avatar

Watchers

 avatar  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.