mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Model] Support Insightface model inferenceing on RKNPU (#1113)
* 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * Update issues.md * Update fastdeploy_init.sh * 更新交叉编译 * 更新insightface系列模型的rknpu2支持 * 更新insightface系列模型的rknpu2支持 * 更新说明文档 * 更新insightface * 尝试解决pybind问题 Co-authored-by: Jason <928090362@qq.com> Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
15
tools/rknpu2/config/arcface_quantized.yaml
Normal file
15
tools/rknpu2/config/arcface_quantized.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
mean:
|
||||
-
|
||||
- 127.5
|
||||
- 127.5
|
||||
- 127.5
|
||||
std:
|
||||
-
|
||||
- 127.5
|
||||
- 127.5
|
||||
- 127.5
|
||||
model_path: ./ms1mv3_arcface_r18/ms1mv3_arcface_r18.onnx
|
||||
outputs_nodes:
|
||||
do_quantization: True
|
||||
dataset: "./ms1mv3_arcface_r18/datasets.txt"
|
||||
output_folder: "./ms1mv3_arcface_r18"
|
||||
Reference in New Issue
Block a user