/Anything-Counter

This demo project for detection, tracking and counting anything (car, human, etc)

Primary LanguagePythonMIT LicenseMIT

Anything-Counter

This demo project for detection, tracking and counting anything (car, human, etc)

Demonstration

Demostration

Environment

git clone https://github.com/Dragon181/Anything-Counter.git
cd Anything-Counter
python3 -m venv venv
source venv/bin/activate
pip3 install --upgrade pip
pip3 install -r requirements.txt

Run counter

Before run you should change configs.

Download some detector weights (for example), put them in assets and run Anything-Counter!

# from repository root
python3 -m anything_counter.main

If you want to run it with Docker:

docker build -t anything_counter ./
docker run --rm anything_counter

Development

You can write your own detector, tracker or loader.

But don't forget update config for your code. I hope it would be helpfull for you!