We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9883b commit d15eea7Copy full SHA for d15eea7
1 file changed
README.md
@@ -46,7 +46,9 @@ Hungarian algorithm + Kalman filter multitarget tracker implementation.
46
4. Configure project CmakeLists.txt, set OpenCV_DIR.
47
5. If opencv_contrib don't installed then disable options USE_OCV_BGFG=OFF, USE_OCV_KCF=OFF and USE_OCV_UKF=OFF
48
6. If you want to use native darknet YOLO detector with CUDA + cuDNN then set BUILD_YOLO_LIB=ON
49
-7. Go to the build directory and run make
+7. For building example with low fps detector (now native darknet YOLO detector) and Tracker worked on each frame: BUILD_ASYNC_DETECTOR=ON
50
+8. For building example with line crossing detection (cars counting): BUILD_CARS_COUNTING=ON
51
+9. Go to the build directory and run make
52
53
**Usage:**
54
0 commit comments