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