In certain places, e.g. : https://github.com/sign-language-processing/datasets/blob/d71f97f51e96865ef96cb205bb4f2c29c6f555ab/sign_language_datasets/utils/features/pose_feature.py#L127 in the code fps is treated as int instead of float, or cast to int: https://github.com/sign-language-processing/datasets/blob/d71f97f51e96865ef96cb205bb4f2c29c6f555ab/sign_language_datasets/utils/features/pose_feature.py#L147 losing some precision. Similar issue: https://github.com/sign-language-processing/pose/issues/201