@@ -24,22 +24,23 @@ static void Help()
2424
2525const char * keys =
2626{
27- " { @1 |../data/atrium.avi | movie file | }"
28- " { e example |1 | number of example 0 - MouseTracking, 1 - MotionDetector, 2 - FaceDetector, 3 - PedestrianDetector, 4 - OpenCV dnn objects detector, 5 - YOLO Darknet detector, 6 - YOLO TensorRT Detector, 7 - Cars counting | }"
29- " { sf start_frame |0 | Start a video from this position | }"
30- " { ef end_frame |0 | Play a video to this position (if 0 then played to the end of file) | }"
31- " { ed end_delay |0 | Delay in milliseconds after video ending | }"
32- " { o out | | Name of result video file | }"
33- " { sl show_logs |1 | Show Trackers logs | }"
34- " { g gpu |0 | Use OpenCL acceleration | }"
35- " { a async |1 | Use 2 theads for processing pipeline | }"
36- " { r log_res | | Path to the csv file with tracking result | }"
37- " { cvat_res | | Path to the xml file in cvat format with tracking result | }"
38- " { s settings | | Path to the ini file with tracking settings | }"
39- " { bs batch_size |1 | Batch size - frames count for processing | }"
40- " { wf write_n_frame |1 | Write logs on each N frame: 1 for writing each frame | }"
41- " { hm heat_map |0 | For CarsCounting: Draw heat map | }"
42- " { geo_bind |geo_bind.ini | For CarsCounting: ini file with geographical binding | }"
27+ " { @1 |../data/atrium.avi | movie file | }"
28+ " { e example |1 | number of example 0 - MouseTracking, 1 - MotionDetector, 2 - FaceDetector, 3 - PedestrianDetector, 4 - OpenCV dnn objects detector, 5 - YOLO Darknet detector, 6 - YOLO TensorRT Detector, 7 - Cars counting | }"
29+ " { sf start_frame |0 | Start a video from this position | }"
30+ " { ef end_frame |0 | Play a video to this position (if 0 then played to the end of file) | }"
31+ " { ed end_delay |0 | Delay in milliseconds after video ending | }"
32+ " { o out | | Name of result video file | }"
33+ " { sl show_logs |1 | Show Trackers logs | }"
34+ " { g gpu |0 | Use OpenCL acceleration | }"
35+ " { a async |1 | Use 2 theads for processing pipeline | }"
36+ " { r log_res | | Path to the csv file with tracking result | }"
37+ " { cvat_res | | Path to the xml file in cvat format with tracking result | }"
38+ " { s settings | | Path to the ini file with tracking settings | }"
39+ " { bs batch_size |1 | Batch size - frames count for processing | }"
40+ " { wf write_n_frame |1 | Write logs on each N frame: 1 for writing each frame | }"
41+ " { hm heat_map |0 | For CarsCounting: Draw heat map | }"
42+ " { geo_bind |geo_bind.ini | For CarsCounting: ini file with geographical binding | }"
43+ " { contrast_adjustment |0 | Use contrast adjustment for frames before detection | }"
4344};
4445
4546// ----------------------------------------------------------------------
0 commit comments