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
When calling the app with a sampling rate of 1000 ms (default value), the output TimePoint are actually annotating frames sampled at ~967 due to the loss of decimal point precision in the upstream SDK code. This was introduced in 1953bab and only v4.2 is affected.
Bug Description
When calling the app with a sampling rate of 1000 ms (default value), the output
TimePoint
are actually annotating frames sampled at ~967 due to the loss of decimal point precision in the upstream SDK code. This was introduced in 1953bab and onlyv4.2
is affected.Reproduction steps
Here's an example MMIF output snippet
Expected behavior
No response
Log output
No response
Screenshots
No response
Additional context
new version of
mmif-python
(1.0.13) includes a patch to support sample frames with fractional sampling rate (directly re-using video FPS value)The text was updated successfully, but these errors were encountered: