連結已複製
6 回應
@curry_best
Sample of MultiGraph + USB Camera
Load multiple graphs on one stick.
https://github.com/PINTO0309/MobileNet-SSD-RealSense/blob/master/MultiStickSSDwithRealSense.py
@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
- Although MTCNN generates multiple outputs from one model, NCS can only output a single output.
- NCS does not support "PRelu" layer.
- NCS can not change the input resolution.
So I do not recommend implementing MTCNN with NCS.
@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?
@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].
