| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mmdeploy-1.3.0-windows-amd64-cuda11.8.zip | 2023-09-22 | 1.0 GB | |
| mmdeploy-1.3.0-linux-x86_64-cxx11abi-cuda11.8.tar.gz | 2023-09-22 | 969.0 MB | |
| mmdeploy-1.3.0-linux-x86_64-cuda11.8.tar.gz | 2023-09-22 | 969.0 MB | |
| mmdeploy-1.3.0-linux-x86_64.tar.gz | 2023-09-22 | 23.7 MB | |
| mmdeploy-1.3.0-linux-x86_64-cxx11abi.tar.gz | 2023-09-22 | 23.7 MB | |
| mmdeploy-1.3.0-windows-amd64.zip | 2023-09-22 | 44.0 MB | |
| MMDeploy Release V1.3.0.tar.gz | 2023-09-22 | 6.0 MB | |
| MMDeploy Release V1.3.0.zip | 2023-09-22 | 7.0 MB | |
| README.md | 2023-09-22 | 5.3 kB | |
| Totals: 9 Items | 3.1 GB | 0 | |
What's Changed
๐ Features
- Support DINO, Deformable DETR, Conditional DETR, DAB-DETR from mmdet by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2410
- Support PanopticFPN, MaskFormer, Mask2Former from mmdet by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2347
- Support TSM, X3D from mmaction2 by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2259
- Support onnxruntime fp16 by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2269
- Support the deployment of SMOKE from mmdet3d by @zhjunqin in https://github.com/open-mmlab/mmdeploy/pull/2312
- Support MobilenetV3 from mmpretrain by @Macok in https://github.com/open-mmlab/mmdeploy/pull/2256
- Upgrade prebuild packages to
cuda-11.8,tensorrt-8.6.1,onnxruntime-1.15.1by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2447
๐ฅ Improvements
- Refine gemm in ort mdcn by @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/2292
- Add time profile by @tpoisonooo in https://github.com/open-mmlab/mmdeploy/pull/2307
- Rename MMEdit to MMagic by @KKIEEK in https://github.com/open-mmlab/mmdeploy/pull/2418
- Support coco-wholebody visualization in pose_tracker python demo by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2450
- Upgrade rknn-toolkit2 version to 1.5 by @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/2278
๐ Bug fixes
- Prevent RuntimeError in ONNX export with empty input in ONNXNMSRotatedOp by @yhna940 in https://github.com/open-mmlab/mmdeploy/pull/2305
- Fix pytorch deepcopy trace error by @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/2319
- Fix random color for Palette by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/2356
- Add warmup for wrong profiling result by @tpoisonooo in https://github.com/open-mmlab/mmdeploy/pull/2339
- Fix mmdet export for coreml backend by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/2392
- Fix rtmdet-inst sdk by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2343
- Fix ONNX Runtime Op memory leak by @grimoire in https://github.com/open-mmlab/mmdeploy/pull/2406
- Fix sdk error for multi-gpu execution by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/2411
- Fix img load for super-resolution in sdk by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/2426
- Fix ONNXRuntime Compiler Error by @flytocc in https://github.com/open-mmlab/mmdeploy/pull/2432
- Fix roi align symbolic function in onnx opset>=16 by @CescMessi in https://github.com/open-mmlab/mmdeploy/pull/2428
- Fix torch2onnx for mmdet3d by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2425
- Fix conversion with rtmdet-inst, vit, conformer on torch2.0 by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2453
- Fix mmdeploy.version_info by @xiabo123 in https://github.com/open-mmlab/mmdeploy/pull/2215
- Add kwargs to
_scaled_dot_product_attention__tensorrtby @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/2332
๐ Documentations
- Fix yolox-pose link by @Tau-J in https://github.com/open-mmlab/mmdeploy/pull/2248
- Update the c++ code in get_started docs by @GiovanniFyc in https://github.com/open-mmlab/mmdeploy/pull/2321
- Add Chinese documents for ort/trt by @blue-q in https://github.com/open-mmlab/mmdeploy/pull/2320
- Fix mmseg document by @AI-Tianlong in https://github.com/open-mmlab/mmdeploy/pull/2363
- Add more example in building document by @tpoisonooo in https://github.com/open-mmlab/mmdeploy/pull/2378
๐ Other
- Bump version v1.3.0 by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2451
- Fix urls in CI and readthedocs by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2364
- Update QR Code by @crazysteeaam in https://github.com/open-mmlab/mmdeploy/pull/2371
- Add is_resize_mask cfg in inst seg by @ruisv in https://github.com/open-mmlab/mmdeploy/pull/2229
New Contributors
- @ruisv made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2229
- @xiabo123 made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2215
- @Tau-J made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2248
- @GiovanniFyc made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2321
- @blue-q made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2320
- @AI-Tianlong made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2363
- @zhjunqin made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2312
- @crazysteeaam made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2371
- @Macok made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2256
- @flytocc made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2432
- @CescMessi made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2428
Full Changelog: https://github.com/open-mmlab/mmdeploy/compare/v1.2.0...v1.3.0