Skip to content

This is my implementation of the paper 'Vehicle counting based on double virtual lines'

Notifications You must be signed in to change notification settings

andrewssobral/VehicleCounting

 
 

Repository files navigation

VehicleCounting

This is my implementation of the paper Vehicle counting based on double virtual lines
Both C++ and Python implementation are provided.

How to run the code

run C++ code

git clone https://github.com/SaoYan/VehicleCounting
cd VehicleCounting
make
./DVL -vid test.mp4

run Python code

git clone https://github.com/SaoYan/VehicleCounting
cd VehicleCounting
python VehicleCounting.py -vid test.mp4

Summary report

I‘ve written a summary report, in which I summarize the author's method, analyze the test result and propose some fundamental ideas on how to improve the author's work using deep learning method. You can get the report from this web page.

Result

About

This is my implementation of the paper 'Vehicle counting based on double virtual lines'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.5%
  • Python 43.0%
  • Makefile 1.5%