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.
6403 Discussions

Pedestrain tracker demo (tracker option and cpu usage)

rohan
Novice
865 Views

I have two questions :

1) I wanted to know how the tracking is taking place in this demo?

I have used all the default models mentioned in the documentation and successfully ran the demo. I wanted to know if there is any way through which i could play around with several other trackers ( like centroid tracker, BOOSTING, MIL, KCF, TLD, MEDIANFLOW, GOTURN, MOSSE and CSRT etc. ) or any other trackers ? 

2) How can i check CPU usage while running the model? My demo is running absolutely fine, I just intend to see the CPU/GPU usage. How can i do so?

0 Kudos
1 Solution
Munesh_Intel
Moderator
847 Views

Hi Rohan,


Information about tracker implementation is available at the following page:

https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/pedestrian_tracker_demo/include/tracker.hpp#L158


For your query regarding other trackers, you can try modifying the demo with the tracker of your choice and validate it.


Lastly, the following link provides information on how to monitor cpu/gpu usage for Windows 10.

https://www.howtogeek.com/351073/how-to-monitor-gpu-usage-in-the-windows-task-manager/


Regards,

Munesh


View solution in original post

4 Replies
Munesh_Intel
Moderator
848 Views

Hi Rohan,


Information about tracker implementation is available at the following page:

https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/pedestrian_tracker_demo/include/tracker.hpp#L158


For your query regarding other trackers, you can try modifying the demo with the tracker of your choice and validate it.


Lastly, the following link provides information on how to monitor cpu/gpu usage for Windows 10.

https://www.howtogeek.com/351073/how-to-monitor-gpu-usage-in-the-windows-task-manager/


Regards,

Munesh


rohan
Novice
842 Views

Thankyou so much for your reply, just one more thing, is there any way we can save the inference video as a .mp4 or .avi file somewhere?

0 Kudos
Munesh_Intel
Moderator
820 Views

Hi Rohan,

The output video is not provided by default for pedestrian tracker demo. However, you can always try using third party tools to save the output video.

 

Regards,

Munesh

 

 

0 Kudos
Munesh_Intel
Moderator
801 Views

Hi Rohan,


This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.


Regards,

Munesh


0 Kudos
Reply