Skip to content

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

License

Notifications You must be signed in to change notification settings

SaoYan/VehicleCounting

Repository files navigation

VehicleCounting

DOI

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

License

Stars

Watchers

Forks

Packages

No packages published