simple_vehicle_counting icon indicating copy to clipboard operation
simple_vehicle_counting copied to clipboard

Vehicle Detection, Tracking and Counting

Results 21 simple_vehicle_counting issues
Sort by recently updated
recently updated
newest added

Wheter your code is based on the paper named "Vehicle Detection, Tracking and Counting"?thank you!

issues:There is no appropriate user-defined conversion from "cv::Scalar" to "const CvScalar" environment:VS2017 CMAKE:3+

**Hello,** I follow the instructions on the main site trying to use the Python demo. These are the commads I have entered so far: ``` ~/git clone --recursive https://github.com/andrewssobral/simple_vehicle_counting.git ~/cd...

Hello i was unable to build the projcect when doing ```make```. The error was the following: ``` [ 61%] Building CXX object CMakeFiles/simple_vehicle_counting.dir/package_tracking/cvblob/cvlabel.cpp.o In file included from /home/pi/CV/simple_vehicle_counting/package_tracking/cvblob/cvlabel.cpp:30:0: /home/pi/CV/simple_vehicle_counting/package_tracking/cvblob/cvblob.h:433:4: warning:...

its can be detect the speed of cars ?

hello , first thanks for your good library . i try to count cars and also i want to put number of each car above the car. i try to...

to investigate

Hi. This might be a newbie question/problem, but I'm not finding any help online so far. So, I'm just trying to make the project at > ~/simple_vehicle_counting/build $ sudo make...

user error

P.S. I am using Raspberry Pi and Pi cam for this setup. Am i Missing something?

Using Ubuntu 16.04 Build 1. Updated CMakeLists.txt: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} **-fPIC** -std=gnu++0x") 2. From build folder: cmake **-D BUILD_PYTHON_SUPPORT=ON** .. and make -j4 3. Followed README.md for python: cp -r ../python/*...

Traceback (most recent call last): File "demo.py", line 4, in import analysis File "/home/comp-proj-22/simple_vehicle_counting/python/analysis/__init__.py", line 1, in from _analysis import * ModuleNotFoundError: No module named '_analysis'