Document int8 artifact location
This commit is contained in:
17
README.md
17
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 和已加载的镜像:
|
||||
|
||||
Reference in New Issue
Block a user