Dear support:
My sdk version: PSDK-RTOS8.0.0.01. + PSKD-linux8.0.01
I have 2 questions:
'mean'&'std'
1. Does the xxxx_io.bin & xxxx_net.bin include the 'mean' and 'std' values which needed for model inference after using python-version script onnxrt_ep.py to offload model layers?
2. if not, how do i set these values while evaluating accuracy and performance of ourself model base on vision_apps demo,like app_tild_seg
in main.c -> set_pre_proc_defaults( ):
{
preProcObj->params.scale_val[i] = xxx
preProcObj->params.mean_pixel[i] = xxx
}
cause we found these two variable strongly affecting the model inference result. we got very different result while running 2 images from same model, it seems very unstable.
Best Regards!