Skip to content

andyleemitchell/CarCountingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information

This repo contains code that was used to demonstrate the viability of an intelligent car parking solution for EE399, a community based project module in the Department of Electronic Engineering, Maynooth University.

Click below for an example of the system in action.

Example Video of System

There may (and likely are!) issues with running the code as is. There is very little documentation as of now.

Installing dependencies

Ensure you have Python>=3.8 installed.

Perform the following command in a command line or terminal:

pip3 install -r requirements.txt

This should install the necessary Python libraries to run the code.

Running the code

You will need to supply a video to test the system on.

You can then run the system with the following command:

python3 src/car_counter.py path/to/video/file.mp4 --video

This should (hopefully!) run the car counting on the video, and produce an output video similar to the one above in the same directory as the command was run from. There should be information about the progress printed on the terminal, and a .csv file should be generated with information about frame time and instantaneous fps.

Website

You can access an example of our website at the following link:

https://ee399website.sarahb22.repl.co/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors