Skip to content

Commit 9f8174e

Browse files
authored
Merge pull request #3551 from PulkitMishra/master
fixes command to run tracking demo
2 parents 6000873 + 92788cf commit 9f8174e

File tree

1 file changed

+1
-1
lines changed
  • demos/multi_camera_multi_target_tracking_demo/python

1 file changed

+1
-1
lines changed

demos/multi_camera_multi_target_tracking_demo/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Minimum command examples to run the demo for person tracking (for vehicle tracki
119119
# videos
120120
python multi_camera_multi_target_tracking_demo.py \
121121
-i <path_to_video>/video_1.avi <path_to_video>/video_2.avi \
122-
--m <path_to_model>/person-detection-retail-0013.xml \
122+
--m_detector <path_to_model>/person-detection-retail-0013.xml \
123123
--m_reid <path_to_model>/person-reidentification-retail-0277.xml \
124124
--config configs/person.py
125125

0 commit comments

Comments
 (0)