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.

TRY to compile MTCNN with SDK2.05

idata
Employee
628 Views

hello,

 

I want to compile MTCNN with SDK2.05,

 

It seems I only needs one stick with the fifo quene in SDK2.05,

 

So , I begin to find a proper .meta to convert it to graph,

 

the I found a MTCNN demo in ncappzoo master branch,

 

then I try to

 

mvNCCompile model.metal -s -o ograph

 

And I get this:

 

KeyError: "The name 'input:0' refers to a Tensor which does not exist. The operation, 'input', does not exist in the graph."

 

emmmm

 

where should I start with,

 

thanks for any discussion
0 Kudos
8 Replies
idata
Employee
355 Views

@zufeifei

 

I put it here.

 

https://github.com/PINTO0309/MobileNet-SSD-RealSense

 

o.graph

 

p.graph

 

I have not verified whether it can be used.

0 Kudos
idata
Employee
355 Views

@PINTO

 

OH!

 

Such a Great Work!!

 

That helps a lot for me.
0 Kudos
idata
Employee
355 Views

@PINTO

 

it seems NCSDK does not support xavier layer in caffe,

 

the prototxt can not be checked by mvNCCheck normally
0 Kudos
idata
Employee
355 Views

oh , the essential problem is PRelu layer can not inplace,

 

I assign it a new Blob,

 

porblem solves
0 Kudos
idata
Employee
355 Views

@zufeifei

 

I just did it yesterday and it was unverified.

 

Sorry, I wasted your time.

 

I will try it a bit.
0 Kudos
idata
Employee
355 Views

@PINTO

 

OH! Bro! Don't think that any more,

 

It's so common to meet problem when we translant models,

 

Just take it easy
0 Kudos
idata
Employee
355 Views

@PINTO

 

can you tell me where you get the graph's original file,

 

such as .prototxt(in caffe) or .meta (in tensorflow),

 

now, I am troubled with generate pgrath and ograth with SDK 2.05,

 

my .meta file comes from the follow link:

 

https://github.com/ihere1/movidius-face
0 Kudos
idata
Employee
355 Views

@zufeifei

 

Umm…

 

I think that it is the same repository.

 

Maybe I misunderstood and compiled in v1 environment …

 

$ git clone https://github.com/movidius/ncappzoo.git $ cd ncappzoo/tensorflow/MTCNN $ make compile

 

I may have been looking for the following.

 

I can not remember …

 

https://github.com/CongWeilin/mtcnn-caffe
0 Kudos
Reply