Segment-and-Track-Anything icon indicating copy to clipboard operation
Segment-and-Track-Anything copied to clipboard

Use argument `duration` instead of `fps` in newer version of imageio

Open yzhang-gh opened this issue 2 years ago • 0 comments

TypeError: The keyword `fps` is no longer supported. Use `duration`(in ms) instead,
e.g. `fps=50` == `duration=20` (1000 * 1/50).

yzhang-gh avatar Jun 12 '23 09:06 yzhang-gh