FastDeploy v0.3.0
jiangjiajun
released this
15 Oct 14:02
·
1571 commits
to develop
since this release
What's Changed
模型
量化加速
编译
- 支持用户环境指定自定义路径下的OpenCV、OpenVINO、ONNX Runtime编译依赖
- Mac x86上增加OpenVINO后端的编译支持
- 增加arm上Paddle-Lite的后端支持
- 支持Jetson上编译安装 参考文档
服务化部署
代码优化
- 解决模型Predict时修改传入图像的问题
- 增加TensorRT后端
max_workspace_size
设置接口 - 优化PaddleSeg部署模型在动态Shape下的提示信息
- 修复Windows上加载TensorRT序列化文件失败的问题
- 增加
fastdeploy_init.sh
和fastdeploy_init.bat
帮助开发者快速导入FastDeploy依赖库
New Contributors
- @onecatcn made their first contribution in #264
- @Zheng-Bicheng made their first contribution in #290
- @TrellixVulnTeam made their first contribution in #315
- @yeliang2258 made their first contribution in #257
Full Changelog: release/0.2.1...release/0.3.1