Skip to content

Commit d15eea7

Browse files
committed
Update README
1 parent 0b9883b commit d15eea7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ Hungarian algorithm + Kalman filter multitarget tracker implementation.
4646
4. Configure project CmakeLists.txt, set OpenCV_DIR.
4747
5. If opencv_contrib don't installed then disable options USE_OCV_BGFG=OFF, USE_OCV_KCF=OFF and USE_OCV_UKF=OFF
4848
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
49+
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
5052

5153
**Usage:**
5254

0 commit comments

Comments
 (0)