Expand description
Image preprocessing for the captcha model.
Constants§
- IMG_
HEIGHT - Image dimensions for the custom finetuned model.
Model expects:
[1, 3, 80, 215](NCHW format) - IMG_
WIDTH
Functions§
- preprocess
- Preprocess an image for the captcha model.
- preprocess_
file - Load and preprocess an image from a file path.