Smorodov / Multitarget-tracker

Multiple Object Tracker, Based on Hungarian algorithm + Kalman filter.
Apache License 2.0
2.17k stars 649 forks source link

Seems tracking does not work with OpenCV 4.7.0 #409

Open caxepok opened 1 year ago

caxepok commented 1 year ago

Compiled opencv4.7.0

cmake -D WITH_GSTREAMER=ON -D CUDA_ARCH_BIN=6.1 -D WITH_CUDA=ON -D WITH_CUDNN=ON -D OPENCV_DNN_CUDA=ON -D ENABLE_FAST_MATH=1 -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -D OPENCV_ENABLE_NONFREE=ON -D OPENCV_EXTRA_MODULES_PATH=../opencv_contrib-4.7.0/modules -D CUDNN_LIBRARY="C:\Program Files\NVIDIA\CUDNN\v8.8\lib\x64\cudnn.lib" -D CUDNN_INCLUDE_DIR="C:\Program Files\NVIDIA\CUDNN\v8.8\include" -D WITH_FFMPEG=OFF -D BUILD_SHARED_LIBS=OFF ../opencv-4.7.0

Compiled MultitargetTracker

cmake -DUSE_OCV_BGFG=ON -DUSE_OCV_KCF=ON -DUSE_OCV_UKF=ON -DBUILD_YOLO_LIB=ON -DBUILD_YOLO_TENSORRT=OFF -DBUILD_ASYNC_DETECTOR=ON -DBUILD_CARS_COUNTING=ON -DOpenCV_DIR=D:\temp\opencv\build -DCUDNN_INCLUDE_DIR="C:\Program Files\NVIDIA\CUDNN\v8.8\include" -DCUDNN_LIBRARY="C:\Program Files\NVIDIA\CUDNN\v8.8\lib\x64\cudnn.lib" ..

And it seems tracking does not working well

https://user-images.githubusercontent.com/2697399/223423858-1b41ec4b-da7c-40ff-ad23-a90f8c9ed379.mp4

Nuzhny007 commented 1 year ago

Hi! Yes, this work is abnormal. Do you can show the command line for the Multitarget-tracker? I want to reproduce this bug