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.

Layerwise profiling of MASK-RCNN(And other networks) on Openvino (CPU)

Haq__Faizul
Beginner
356 Views

Is there any tool like Vtunes for openvino which can give a detailed layerwise analysis of resource consumption by the network?

0 Kudos
2 Replies
HemanthKum_G_Intel
356 Views

Hi Faizul,

Tools: Beyond inference performance that samples report (see Latency vs. Throughput), you can get further device- and kernel-level timing with the Inference Engine performance counters and Intel® VTune™.

Almost every sample (inspect command-line options for a specific sample with -h) supports a -pc command that outputs internal execution breakdown. Refer to the samples code for the actual Inference Engine API behind that.

Try the Benchmark App sample and play with the number of infer requests running in parallel.

0 Kudos
Haq__Faizul
Beginner
356 Views

Thanks!

-pc did the job.

0 Kudos
Reply