Andrews Cordolino Sobral

Results 195 comments of Andrews Cordolino Sobral

Hi @winer632 I think there is a problem when you are loading the images/video (wrong path for ex). Do you tried with *.avi , *.mpg, etc ?

Hi @ThiagoCM , sorry for my long delayed feedback. It seems to be a linking error from your Qt application. The vehicle_counting project does not use Qt inside.

Hi @wcomnisky thank you for your suggestion. It will take a while, but I will do it soon as possible. Best regards, Andrews

Hi @ardashir66 , In fact, this error: ``` OpenCV Error: Null pointer (Invalid pointer to file storage) in cvWriteInt, file C:\build\master_winpack-build-win64-vc14\opencv\modules\core\src\persistence.cpp, line 4625 ``` you need to create a config...

It's true that the code is not optimized for real-time processing, it depends also if you compiled the code as release mode.

Hi @waelfaroukahmed , I submitted a new version of the code that is now supporting OpenCV 3.x. Please see my last commit and let me know if it works well...

Hi @Abhimaurya and @superderon, Yes the vehicle counting algorithm uses a simple tracker called [CvBlob](https://code.google.com/p/cvblob/), and it is not robust for multiple tracking purpose. Some nice algorithms for multiple tracking...

Hi @baycemrak unfortunately not yet, but I will keep this in mind for a future improvement.

Thank you very much @kyu-sz , great work ;-)

I have a similar issue, here's my setup: OS: `macOS High Sierra 10.13.6` Python version: `Python 3.6.3 :: Anaconda custom (64-bit)` Python packages: ``` nbconvert 5.3.1 jupyter-client 5.2.3 jupyterlab 0.32.1...