Piotr Zieliński
Piotr Zieliński
FYI: this issue seems to be resolved in the latest version (0.24.0)
@vitalii-bulyzhyn The real issue is that `imageio_ffmpeg` does not bundle ffmpeg for M1 macs: https://github.com/imageio/imageio-ffmpeg/issues/71 The easiest solution I found was to install ffmpeg (version 4.x) via brew and alias...
I see. However the use of these aliases is not consistent throughout TrackEval and this PR addresses this issue, unifying the approach (there are multiple places in which Python types...
> In newer numpy versions `np.float` is deprecated. I suggest you change all these: > > https://github.com/JonathonLuiten/TrackEval/search?q=np.float&type=code > > For: `np.float64` I submitted a PR which replaces all aliases with...