mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* Add support for inpainting models * Add configs * Add comment * Refactor * Add test code for inpainting task * Fix * Fix * Update * Fix * Fix * Update docs * Update * Fix visualization * Handle case without Resize
2 lines
77 B
Python
2 lines
77 B
Python
_base_ = ['./inpainting_dynamic.py', '../../_base_/backends/onnxruntime.py']
|