Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Multi Camera Multi Target

gb8
New Contributor I
388 Views

Hi.
When feed multiple video input to the model, it shows just one output result.
(feeding '-i input_video1 -i input_video2' according to the doc.)
Inspecting args.input variable after parser.add_argument(), args.input shows just the last input argument. 

Is it correct?
And if I want to identify and track different object like animal or transportation, what should be midified or added?

 

gb8

0 Kudos
1 Solution
gb8
New Contributor I
350 Views

I am sorry.

I misunderstood the document.

According to your comment, it works well.

 

gb8

View solution in original post

0 Kudos
3 Replies
Hairul_Intel
Moderator
363 Views

Hi gb8,

Thank you for reaching out to us.

 

For your information, to run multiple inputs for the Multi Camera Multi Target Python Demo you will need to run the arguments as follows:

 

python multi_camera_multi_target_tracking_demo.py -i video_1.avi video_2.avi -m <path_to_model> --m_reid <path_to_model> --config configs\person.py

 

 

You can follow this guide on how to run the demo using the command line arguments for further details.

 

 

Regards,

Hairul


0 Kudos
gb8
New Contributor I
351 Views

I am sorry.

I misunderstood the document.

According to your comment, it works well.

 

gb8

0 Kudos
Hairul_Intel
Moderator
339 Views

Hi gb8,

Glad to know that your issue has been resolved.

 

This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.

 

 

Regards,

Hairul


0 Kudos
Reply