Skip to content

unlimited Counters without changing the code using configuration file

Notifications You must be signed in to change notification settings

maddust/Car-Counting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car-Counting

To run

python main.py path-to-video

This project is pretty simple thanks to yolov8 with new implementation of tracker. You can change tracking algorithm with

  • BoT-SORT - botsort.yaml

  • ByteTrack - bytetrack.yaml

results = model.track(source="https://youtu.be/Zgi9g1ksQHc", tracker="bytetrack.yaml")

If you have GPU,

How it works

  1. Set trigger position
  2. Load the model (of course)
  3. Iterate frame by frame of the video
    1. Set unique ID for each object
    2. Check if any object cross the trigger
    3. Draw result
  4. End

YOUTUBE VIDEO

Note: this project uses supervision to detect when objects cross the trigger. It's on beta and many thing has changed so their documentation is outdated at the moment. You should watch their latest video instead.

The video used to test is recorded from camstreamer

About

unlimited Counters without changing the code using configuration file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 98.8%
  • Python 1.2%