mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
16 lines
268 B
YAML
16 lines
268 B
YAML
model_path: ./ResNet50_vd_infer/ResNet50_vd_infer.onnx
|
|
output_folder: ./ResNet50_vd_infer
|
|
mean:
|
|
-
|
|
- 123.675
|
|
- 116.28
|
|
- 103.53
|
|
std:
|
|
-
|
|
- 58.395
|
|
- 57.12
|
|
- 57.375
|
|
outputs_nodes:
|
|
do_quantization: False
|
|
dataset: "./ResNet50_vd_infer/dataset.txt"
|