We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6000873 + 92788cf commit 9f8174eCopy full SHA for 9f8174e
demos/multi_camera_multi_target_tracking_demo/python/README.md
@@ -119,7 +119,7 @@ Minimum command examples to run the demo for person tracking (for vehicle tracki
119
# videos
120
python multi_camera_multi_target_tracking_demo.py \
121
-i <path_to_video>/video_1.avi <path_to_video>/video_2.avi \
122
- --m <path_to_model>/person-detection-retail-0013.xml \
+ --m_detector <path_to_model>/person-detection-retail-0013.xml \
123
--m_reid <path_to_model>/person-reidentification-retail-0277.xml \
124
--config configs/person.py
125
0 commit comments