Releases: BabitMF/bmf
Releases · BabitMF/bmf
BabitMF Release 0.0.11
Changes from github community
- Fit colab demos in new env by @taoboyang in #82
- Add controlnet module by @xiaoweiw-nv in #79
- 质量评价模型合并 by @zhitianwu in #90
- Clean repo by @HuHeng in #96
- add openvino module in face_detect by @mmdzzh in #101
- vqa_demo: update readme by @HuHeng in #97
- add bmf cpu Dockerfile by @HuHeng in #98
Changes from bytedance internal
- Fix inconsistency logic in ffmpeg_encoder with ffmpeg in graph with no ffmpeg_filter
- ffmpeg_filter: error eof handling
- Fix oom bad case in generator mode
- Fix bad case in push_mode rawstream
- Add push frame mode in ffmpeg_encoder
- Add single in single out ffmpeg filter api and python binding
- Fix ffmpeg filter merge bug
- The input of the ffmpeg_filter is no longer required to necessarily contain the private AVFrame.
- Add merge ci for windows platform, fix problems with windows test case.
- Fix running problems in colab demos
- update the distro of base image used for release from centos7 to Almalinux 8
- upgrade the version of cuda in build pipeline to 12.2
New Contributors
- @zhitianwu made their first contribution in #90
- @mmdzzh made their first contribution in #101
Full Changelog: v0.0.9...v0.0.11
v0.0.10
add bmf cpu Dockerfile
BabitMF Release 0.0.9
Fix problems:
- Link hmp lib error problem;
- Missing c_module problem in mac platform;
- Colab problems with v0.0.8;
- GPU build pipeline problems in build wheel pipeline
v0.0.8
remove redundant command
video model and other files
This assets mainly used to provide videos, models and other needed files for bmf demos, examples and compile option, etc.
Please ignore the source code zip files added by default.
"files.tar.gz" includes videos material
"models.tar.gz" includes some model files using in some demos and tests
"breakpad.tar.xz" is a prebuild breakpad library for bmf enalbed BMF_ENABLE_BREAKPAD by compilation base on Linux