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.

profile resnet-50 got timeout error

idata
Employee
728 Views

Hi,

 

I use

 

mvNCProfile ResNet-50-deploy.prototxt -s 12

 

to profile ResNet-50, but I got timeout error.

 

mvNCProfile v02.00, Copyright @ Movidius Ltd 2016

 

__ WARNING: using empty weights __

 

USB: Transferring Data…

 

[Error 25] Myriad Error: "mvncStatus.TIMEOUT".

 

I just modified the raw ResNet-50 prototxt to

 

name: "ResNet-50"

 

input: "data"

 

input_shape {

 

dim: 1

 

dim: 3

 

dim: 224

 

dim: 224

 

}

 

layer {

 

bottom: "data"

 

top: "conv1"

 

name: "conv1"

 

type: "Convolution"

 

convolution_param {

 

num_output: 64

 

kernel_size: 7

 

pad: 3

 

stride: 2

 

}

 

}
0 Kudos
2 Replies
idata
Employee
455 Views

I also meet this problem.

 

I find that if I use -s 8, it works.
0 Kudos
idata
Employee
455 Views

@Li_Guizi Hi, I was able to compile, profile and check the provided prototxt file without issues. Let me know if your problem is fixed. @ganwenyao Thanks!

0 Kudos
Reply