From 8154cd880f965f779d7e047d57ddacce527a0ec8 Mon Sep 17 00:00:00 2001 From: fuliucansheng Date: Fri, 24 Jul 2026 11:36:32 +0800 Subject: [PATCH] recipe(BiRefNet_lite-ONNX): add image segmentation recipes --- .../cpu/cpu/image-segmentation_fp16_config.json | 10 ++++++++++ .../cpu/cpu/image-segmentation_fp32_config.json | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 examples/recipes/onnx-community_BiRefNet_lite-ONNX/cpu/cpu/image-segmentation_fp16_config.json create mode 100644 examples/recipes/onnx-community_BiRefNet_lite-ONNX/cpu/cpu/image-segmentation_fp32_config.json diff --git a/examples/recipes/onnx-community_BiRefNet_lite-ONNX/cpu/cpu/image-segmentation_fp16_config.json b/examples/recipes/onnx-community_BiRefNet_lite-ONNX/cpu/cpu/image-segmentation_fp16_config.json new file mode 100644 index 000000000..7d49c8a28 --- /dev/null +++ b/examples/recipes/onnx-community_BiRefNet_lite-ONNX/cpu/cpu/image-segmentation_fp16_config.json @@ -0,0 +1,10 @@ +{ + "skip_optimize": true, + "export": null, + "optim": {}, + "quant": null, + "compile": null, + "loader": { + "task": "image-segmentation" + } +} diff --git a/examples/recipes/onnx-community_BiRefNet_lite-ONNX/cpu/cpu/image-segmentation_fp32_config.json b/examples/recipes/onnx-community_BiRefNet_lite-ONNX/cpu/cpu/image-segmentation_fp32_config.json new file mode 100644 index 000000000..afad4284e --- /dev/null +++ b/examples/recipes/onnx-community_BiRefNet_lite-ONNX/cpu/cpu/image-segmentation_fp32_config.json @@ -0,0 +1,9 @@ +{ + "export": null, + "optim": {}, + "quant": null, + "compile": null, + "loader": { + "task": "image-segmentation" + } +}