From 177c55cce5d61703a31b41ef2a66531cc07cadfb Mon Sep 17 00:00:00 2001 From: cyy_mac Date: Fri, 7 Aug 2026 11:34:04 +0800 Subject: [PATCH] Document int8 artifact location --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 48d9d14..6af5d05 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,23 @@ x5_quantization/ checker.log / mapper.log # checker 和 makertbin 日志 ``` +## int8 产物位置 + +最终的 X5 **int8** 模型就是: + +```text +x5_quantization/mapper_output_bpu/best_bpu_bayese_640x640_nv12.bin +``` + +本机完整路径: + +```text +/Users/chenyouyuan/cyy_ws/smart_car_2026/model/x5_quantization/mapper_output_bpu/best_bpu_bayese_640x640_nv12.bin +``` + +对应的量化配置是 `x5_quantization/best_bpu_int8.yaml`,量化检查信息在 +`x5_quantization/mapper_output_bpu/best_bpu_bayese_640x640_nv12_quant_info.json`。 + ## 重新量化 需要 Docker Desktop 和已加载的镜像: