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

[Error 17] Toolkit Error: Internal Error: Could not build graph. Missing link: concat

idata
Employee
646 Views

Hi,I am getting an error when creating a graph file with yolov2

 

The command to compile is the following:

 

mvNCCompile built_graph/yolov2.pb -s 12 -in input -on output -o built_graph/yolov2.graph

 

Related information is as follows:

 

dda@sgj:~/workspace/yolo-darkflow-movidius$ mvNCCompile built_graph/yolov2.pb -s 12 -in input -on output -o built_graph/yolov2.graph

 

/usr/lib/python3/dist-packages/scipy/stats/morestats.py:16: DeprecationWarning: Importing from numpy.testing.decorators is deprecated, import from numpy.testing instead.

 

from numpy.testing.decorators import setastest

 

/usr/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88

 

return f(*args, **kwds)

 

/usr/local/bin/ncsdk/Controllers/Parsers/TensorFlowParser/Convolution.py:44: SyntaxWarning: assertion is always true, perhaps remove parentheses?

 

assert(False, "Layer type not supported by Convolution: " + obj.type)

 

mvNCCompile v02.00, Copyright @ Intel Corporation 2017

 

/home/songgongjun/.local/lib/python3.5/site-packages/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead

 

shape: [1, 416, 416, 3]

 

[Error 17] Toolkit Error: Internal Error: Could not build graph. Missing link: concat

 

Who can give me some help it extremely grateful!

0 Kudos
1 Reply
idata
Employee
357 Views

@Tome_at_Intel Can you give me some help please?

0 Kudos
Reply