You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the frozen graph, I added in my own config class. When I try to convert the frozen graph into a model usable for the movidius stick I get a series of errors. The one that's got me really stumped is:
KeyError: "The name 'input:0' refers to a Tensor which does not exist. The operation, 'input', does not exist in the graph."
This is what I'm inputting: sudo mvNCCompile -s 12 mask_frozen_graph_bottle.pb -in=input -on=/mnt/d/Users/Asher/Research/Mask_RCNN/frozen_model
Does anyone know how to solve this?
The text was updated successfully, but these errors were encountered:
I have the frozen graph, I added in my own config class. When I try to convert the frozen graph into a model usable for the movidius stick I get a series of errors. The one that's got me really stumped is:
KeyError: "The name 'input:0' refers to a Tensor which does not exist. The operation, 'input', does not exist in the graph."
This is what I'm inputting:
sudo mvNCCompile -s 12 mask_frozen_graph_bottle.pb -in=input -on=/mnt/d/Users/Asher/Research/Mask_RCNN/frozen_model
Does anyone know how to solve this?
The text was updated successfully, but these errors were encountered: