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.

Age Gender Caffe Model compiliation

idata
Employee
842 Views

Hi Team,

 

I was trying to compile the Age Gender caffe model to Movidious platfrom (https://gist.github.com/GilLevi/c9e99062283c719c03de).

 

It is giving error

 

__ WARNING: using empty weights __

 

[Error 20] Toolkit Error: Input Layer must be in an input_shape construct.

 

Any pointers on how to resove the same.

 

Best

 

Jagan
0 Kudos
1 Reply
idata
Employee
539 Views

@jaganadhg

 

At the beginning of the prototxt file you have something like:

 

input_dim: 1

 

input_dim: 3

 

input_dim: 227

 

input_dim: 227

 

Change that to:

 

input_shape {

 

dim: 1

 

dim: 3

 

dim: 227

 

dim: 227

 

}
0 Kudos
Reply