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

How one NCS device load tow graph all at ones

idata
Employee
857 Views

Could NCSDK V2 do it ? And where could I find an example

0 Kudos
6 Replies
idata
Employee
599 Views
0 Kudos
idata
Employee
599 Views

@PINTO

 

Thanks for your advise. I wanna implement MTCNN with one NCS device, are you familiar with this? could you give some advise ,pls.
0 Kudos
idata
Employee
599 Views

@curry_best

 

I challenged with @zufeifei.

 

Implementing MTCNN with NCS has various problems.

 

https://ncsforum.movidius.com/discussion/1093/how-to-assign-multiple-graph-files-to-one-stick

 

     

  1. Although MTCNN generates multiple outputs from one model, NCS can only output a single output.
  2.  

  3. NCS does not support "PRelu" layer.
  4.  

  5. NCS can not change the input resolution.
  6.  

 

So I do not recommend implementing MTCNN with NCS.

0 Kudos
idata
Employee
599 Views

@PINTO

 

I have finished reading your discussion. And I see you use a more complex repository than this one :

 

https://github.com/movidius/ncappzoo/tree/master/tensorflow/MTCNN

 

It was modified, simplified for NCS. Are you interested in trying?
0 Kudos
idata
Employee
599 Views

@curry_best

 

I know the existence of that repository.

 

And it has also been verified that the repository does not work on "NCSDK v2".

 

When "NCSDK v2" is used, I know that it will not work properly unless it is a program of the following repository.

 

https://github.com/movidius/ncappzoo/tree/ncsdk2

 

"master" branch = NCSDK v1

 

"ncsdk2" branch = NCSDK v2

 

You will notice that MTCNN does not exist in ncappzoo [v2].

0 Kudos
idata
Employee
599 Views

@PINTO

 

Oh… it seems like 'NCSDK' have some troubles with MTCNN. I have to find other solutions. thks for your time to discussion MTCNN.
0 Kudos
Reply