Skip to content

Pose fps treated as integer instead of float #100

@bricksdont

Description

@bricksdont

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions