Skip to content

MMDeploy Release V0.14.0

Compare
Choose a tag to compare
@RunningLeon RunningLeon released this 06 Apr 05:58
· 3 commits to master since this release
c737563

What's Changed

πŸŽ‰ Highlights

  • We are excited to announce the release of MMDeploy v1.0.0 and v0.14.0. MMDeploy v1.0.0 is the first officially released version of MMDeploy 1.x, a part of the OpenMMLab 2.0 projects.
  • We switch the default branch to main from master. MMDeploy 0.x (master branch) will be deprecated and new features will only be added to MMDeploy 1.x (main branch) in future.
  • We provide newly prebuilt mmdeploy packages and users can install mmdeploy through pip and download libraries from github release pages for sdk inference.

πŸš€ Features

  • Support TensorRT engine for onnxruntime (#1739)
  • Sync csharp apis with newly added c apis && demo (#1718)
  • Dynamically load net module to remove dependencies of mmdeploy.so (#1776)
  • Support asf module in FPNC neck from mmocr (#1828)
  • Sync Java apis with newly added c apis and demo (#1856)
  • Add support for converting a inpainting model to ONNX and TensorRT (#1831)

πŸ”₯ Improvements

  • Add Model::ReadConfig and simplify handle creation (#1738)
  • Disable building demos when preparing prebuilt package (#1810)
  • Add optional softmax in LinearClsHead (#1858)
  • Add highlight version for mmdeploy 1.x (#1871)
  • Optimize mmpose postprocess (#1887)
  • Rename mmdeploy_python to mmdeploy_runtime (#1911)
  • Update pplnn to v0.9.2 to resolve ci error (#1934)
  • Upgrade openvino to 2022.3.0 (#1944)

🐞 Bug fixes

  • Fix palette generation on opencv-3.x (#1778)
  • Fix trtlogger instead of mm logger (#1755)
  • Fix normalization to_rgb option (#1771)
  • Fix missing include for gcc-10 build (#1802)
  • Avoid linking static libs in monolithic build (#1797)
  • Fix Debian aarch64 cross compiling (#1806)
  • Add unified device guard (#1855)
  • Export mmdeploy only in monolithic build (#1798)
  • Fix stale workflow (#1825)
  • Fix pose_tracker python api will raise ValueError when result has no human (#1923)
  • Fix CascadeRoIHead export when reg_class_agnostic=True in box_head (#1900)

πŸ“š Documentations

  • Fix typo in docs/en/07-developer-guide/regression_test.md (#1907)
  • Update get_started for installation from pypi (#1950)

🌐 Other

  • Bump version to v0.14.0 (#1943)

New Contributors

Full Changelog: v0.13.0...v0.14.0