We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi! Yes, this work is abnormal. Do you can show the command line for the Multitarget-tracker? I want to reproduce this bug
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: