No description provided.

TensorFlow's movenet_model.signatures['serving_default'] is likely expecting an int32 tensor, but your current code may be providing a float32 tensor.
You may need to explicitly cast your inputs to the correct data type.

JulianPhillips changed pull request status to merged

Sign up or log in to comment