drivendataorg / zamba

A Python package for identifying 42 kinds of animals, training custom models, and estimating distance from camera trap videos
https://zamba.drivendata.org/docs/stable/
MIT License
118 stars 27 forks source link

Support ffmpeg 5 #180

Open ejm714 opened 2 years ago

ejm714 commented 2 years ago

Brew now installs ffmpeg 5, which causes at least some tests to fail (notably the CLI test that predicts on an actual video). More work is needed to understand what differences there are in the new version that change the model output and whether it's worth supporting this updated version.