This is my implementation of the paper Vehicle counting based on double virtual lines
Both C++ and Python implementation are provided.
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
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.