Could you let me know the preprocessing method?
#2
by
seuklee1025
- opened
I’m interested in your model.
I’d like to test it, but I’m curious about the preprocessing method.
For example, I’d like to know how the input images are processed, such as dividing by 255.
same question, did you resolve the preprocessing method?
The inputs are expected to be in range [0,1]. For more details, you can follow the code here and check the predict function https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/mediapipe_face/app.py#L94