In certain places, e.g. :
|
"fps": feature.TensorInfo(shape=(), dtype=tf.int32), |
in the code fps is treated as int instead of float, or cast to int:
|
encoded = {"data": data, "conf": confidence, "fps": int(body.fps)} |
losing some precision.
Similar issue:
sign-language-processing/pose#201