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
My Tensorflow version is 1.14.
But I got error as follows.
Laser-Eye-master\service\iris_localization.py", line 63, in get_mesh
self.interpreter.set_tensor(self.input_details[0]["index"], image)
return _tensorflow_wrap_interpreter_wrapper.InterpreterWrapper_SetTensor(self, i, value)
ValueError: Cannot set tensor: Got tensor of type STRING but expected type FLOAT32 for input 0, name: input_1
What is the tensorflow version?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
My Tensorflow version is 1.14.
But I got error as follows.
Laser-Eye-master\service\iris_localization.py", line 63, in get_mesh
self.interpreter.set_tensor(self.input_details[0]["index"], image)
return _tensorflow_wrap_interpreter_wrapper.InterpreterWrapper_SetTensor(self, i, value)
ValueError: Cannot set tensor: Got tensor of type STRING but expected type FLOAT32 for input 0, name: input_1
What is the tensorflow version?
Thanks for your help.
The text was updated successfully, but these errors were encountered: