Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems tracking does not work with OpenCV 4.7.0 #409

Open
caxepok opened this issue Mar 7, 2023 · 1 comment
Open

Seems tracking does not work with OpenCV 4.7.0 #409

caxepok opened this issue Mar 7, 2023 · 1 comment

Comments

@caxepok
Copy link

caxepok commented Mar 7, 2023

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

bandicam.2023-03-07.15-35-20-295.mp4
@Nuzhny007
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants