Releases: LukasBommes/mv-extractor
Releases · LukasBommes/mv-extractor
v1.1.0
What's Changed
- Limit the maximal number of threads used by FFmpeg to 16 by @luowyang in #33
- Draw motion vectors with subpixel precision by @xyperias in #28
- Upgrade Docker image to manylinux_2_28 by @LukasBommes in #38
- Upgrade OpenCV from 4.5.5 to 4.10.0 by @LukasBommes in #48
- Add support for numpy 2 by @LukasBommes in #56
- Switch Dockerfile from Python 3.10 to Python 3.12 by @LukasBommes in #55
- Add end to end tests by @LukasBommes in #54
- Improve CI pipeline to run unit tests on every push to a feature branch
New Contributors
Full Changelog: v1.0.6...v1.1.0
v1.0.6
v1.0.5
v1.0.4
- Changed Docker image to manylinux_2_24_x86_64 to prepare for building wheels
- Stripped down OpenCV installation to only needed modules
v1.0.3
- Added unittests in tests/tests.py
- Updated to Ubuntu 22.04, Python 3.10, and OpenCV 4.5.5
- Provided a script to wrap Docker run command
- Updated demo script with command line arguments for extraction and storing of motion vectors
v1.0.2
fixed ld library path
v1.0.1
Update README.md
v1.0.0
This is the first public release of the motion vector extraction tool.