Open chrigui94 opened 4 years ago
Did you feed two necessary values for two tensor placeholder, sth likes:
sess.run(tensor_dict, feed_dict={image_tensor: image, image_meta_tensor: meta})
meta is a numpy array and should have a shape [?,14] in your case.
I am trying to inference the frozen model of mask-rcnn but it gives me this error:
is there any help?