Problems about stm32ai-modelzoo and x-cube-ai with CubeMX

I am curious about these parameters,I don`t konw where they are used.

These are auto generated by following the official guide, but if I want to build a project with x-cube-ai and CubeMX my own and still use the model from model zoo, how shoul i deal with these two parameters.
I dont`t see anything about this in code that auto generated by CubeMX with x-cube-ai.
I just know the input of model is int8 as follow,but i see these two parameters in stm32ai-modelzoo official guide
I am learning quantization, but still not familiar with it, shoul i do smething in my own project generated by CubeMX?
I just give my model input image data [0:255] now and it works,but after reading the modelzoo guide I don`t know if it`s right.Thank you!!!!!

