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

how to profiling with myriad_perfcheck in NCS2

Berrefas__Thiziri
464 Views

Hello intel team,
I would like to do profiling on neural networks that I implement on a Neural Compute stick 2.
In the documentation provided by openVino I came across this command:
myriad_perfcheck <model_path> <img_dir_path> [number of iterations> = 1000] [batch, default = 1] [num_networks, default = 1]
Could you please give me a manual of its use with examples?
If it's not the right command can you tell me how to do profiling in order to extract information about each layer of my neural networks?

 

thanks in advance.

Thiziri

0 Kudos
1 Reply
Shubha_R_Intel
Employee
464 Views

Dear Thiziri, here is documentation on perfcheck. It gives a command-line example of how to run perfcheck as well as sample output results.

https://docs.openvinotoolkit.org/R5/_samples_perfcheck_README.html

myriad_perfcheck.exe is slightly different but it has similar command line arguments, arranged/named slightly differently. See here :

Usage:
myriad_perfcheck.exe <model_path> <img_dir_path> [number of iterations >= 1000] [batch, default=1] [num_networks, default=1]

The document I referred you to above for generic perfcheck should explain how to run myriad_perfcheck.exe .

Thanks for using OpenVino !

Shubha

 

0 Kudos
Reply